int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / geetha
answer is 1,2
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is pointer in c?
What is sizeof return in c?
What is mean by data types in c?
Explain how can a program be made to print the line number where an error occurs?
What is line in c preprocessor?
Tell me with an example the self-referential structure?
What are the 5 data types?
what is ur strangth & weekness
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is pointers in c?
How do you search data in a data file using random access method?
Under what circumstances does a name clash occur?
Are the variables argc and argv are local to main?
What is bss in c?
Tell me is null always defined as 0(zero)?