int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?
Answer Posted / vignesh1988i
A=2,B=3
SINCE THEIR IS NO SPECIFIER FOR SPECIFING THE DATA TYPE OF VARIABLER c so only a & b wil get printed
thank u
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is null pointer in c?
What is bubble sort technique in c?
How can you read a directory in a C program?
How do I convert a string to all upper or lower case?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Why dont c comments nest?
Is it possible to pass an entire structure to functions?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is %d called in c?
What is sizeof array?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Do pointers need to be initialized?
In a switch statement, explain what will happen if a break statement is omitted?
Is r written in c?
What is meant by type casting?