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
Why is c not oop?
What is call by value in c?
How many types of operators are there in c?
What is the default value of local and global variables in c?
Explain what is a const pointer?
Explain what is dynamic data structure?
What is typedef example?
Wt are the Buses in C Language
which type of aspect you want from the student.
Explain modulus operator. What are the restrictions of a modulus operator?
What is c token?
Explain how do you override a defined macro?
Can we increase size of array in c?
How can you tell whether two strings are the same?
explain what are actual arguments?