printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
int
| Is This Answer Correct ? | 0 Yes | 18 No |
Post New Answer View All Answers
explain what is a newline escape sequence?
Why we use break in c?
State the difference between x3 and x[3].
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Write a program to swap two numbers without using a temporary variable?
What is signed and unsigned?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is character constants?
Tell me what is the purpose of 'register' keyword in c language?
What is call by reference in functions?
How do I swap bytes?
What is the use of f in c?
What is difference between structure and union with example?
What is difference between union All statement and Union?
How many header files are in c?