printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
5
Printf() return number character print on STD::out
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
What are the preprocessor categories?
What is a function in c?
What is this infamous null pointer, anyway?
What are the different types of pointers used in c language?
What is the purpose of macro in C language?
What is #define?
Where static variables are stored in c?
Explain the difference between strcpy() and memcpy() function?
What is meant by keywords in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What does c mean before a date?
What does stand for?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the meaning of 2d in c?