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
What type of function is main ()?
What is volatile c?
How many bytes is a struct in c?
Why does the call char scanf work?
Is c dynamically typed?
If I have a char * variable pointing to the name of a function ..
How can type-insensitive macros be created?
What are identifiers in c?
The statement, int(*x[]) () what does in indicate?
What is double pointer?
Where static variables are stored in memory in c?
Is main is a keyword in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Where are local variables stored in c?
Combinations of fibanocci prime series