C - Variables and Data Types
You want to declare and initialize three variables
a, b, and c with values 1, 2, and 3 respectively in one line. Which is the correct C statement?