printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
Hello5
Printf() return number character print on STD::out
| Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
What is malloc and calloc?
Differentiate between declaring a variable and defining a variable?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program which returns the first non repetitive character in the string?
Define Spanning-Tree Protocol (STP)
Are pointers integer?
What is the return type of sizeof?
Why we use int main and void main?
Can you return null in c?
write a program for the normal snake games find in most of the mobiles.
Why string is used in c?
What is pointer to pointer in c with example?
What is volatile variable in c?
What is a MAC Address?
Can main () be called recursively?