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 best way of making my program efficient?
What is the default value of local and global variables in c?
What is the difference between the = symbol and == symbol?
How can I remove the trailing spaces from a string?
Why is c called a structured programming language?
What are keywords in c with examples?
Explain the binary height balanced tree?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Explain how do you list a file’s date and time?
What is pointer to pointer in c with example?
How to define structures? ·
What is structure padding in c?
What is typedef example?
What are the c keywords?