int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?
Answer Posted / sriharsha karanth
a=2
b=3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where does the name "C" come from, anyway?
Is it possible to execute code even after the program exits the main() function?
What is time complexity c?
Is null always equal to 0(zero)?
Is there any possibility to create customized header file with c programming language?
What are inbuilt functions in c?
What is 1d array in c?
What is s or c?
What is a nested loop?
Explain the concept and use of type void.
Describe how arrays can be passed to a user defined function
What are called c variables?
What are the 5 organizational structures?
What is array of structure in c programming?
What do you mean by dynamic memory allocation in c? What functions are used?