int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?
Answer Posted / srinivas
a=2,b=3
(for "c" variable no conversion char is there so it prints
only a&b values)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is sizeof array?
How to compare array with pointer in c?
What is a nested loop?
Where are the auto variables stored?
How can type-insensitive macros be created?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the difference between pure virtual function and virtual function?
What is unary operator?
What is #include stdio h and #include conio h?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How are pointers declared in c?
What are pointers? What are different types of pointers?
What are the types of c language?
Explain what is the concatenation operator?
Explain the use of #pragma exit?