What is the output of printf("%d")?
Answer Posted / bheda govind
printf("%d") THAN
OUTPUT IS----0(ZIRO)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is VOID?
Can you overload the operator+ for short integers?
What is an operator in c++?
When does the c++ compiler create temporary variables?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Using a smart pointer can we iterate through a container?
What is lvalue?
Define pure virtual function?
Is java as fast as c++?
What is c++ redistributable?
How to tokenize a string in c++?
What is #include cmath?
How many types of comments are there in c++?
What is abstract class in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that