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 the importance of c in your views?
Why header file is used in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Whats s or c mean?
What are nested functions in c?
Why do we use int main?
What is the difference between variable declaration and variable definition in c?
What are the 3 types of structures?
What is the difference between functions getch() and getche()?
What is wild pointer in c with example?
What are called c variables?
How was c created?
Which function in C can be used to append a string to another string?
What is console in c language?
Explain data types & how many data types supported by c?