int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / peeyush mishra
output will be 1,2
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What are header files and what are its uses in C programming?
main() { printf("hello"); fork(); }
What do header files do?
Why pointers are used in c?
What is static memory allocation? Explain
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is a program flowchart?
How do you redirect a standard stream?
How macro execution is faster than function ?
What is int main () in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the meaning of ?
why return type of main is not necessary in linux
Why we use conio h in c?
List some of the static data structures in C?