int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / madhu
No doubt ans is : 1,2
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the storage classes in C?
what is the basis for selection of arrays or pointers as data structure in a program
Do you know the use of fflush() function?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What will the preprocessor do for a program?
What is volatile variable how do you declare it?
How can I read a binary data file properly?
Where is c used?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Is c is a middle level language?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is structure pointer in c?
What is variables in c?
How to write a multi-statement macro?
How is a structure member accessed?