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


Please Help Members By Posting Answers For Below Questions

what is VOID?

816


Can you overload the operator+ for short integers?

787


What is an operator in c++?

797


When does the c++ compiler create temporary variables?

795


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

771


Using a smart pointer can we iterate through a container?

794


What is lvalue?

904


Define pure virtual function?

730


Is java as fast as c++?

786


What is c++ redistributable?

832


How to tokenize a string in c++?

778


What is #include cmath?

831


How many types of comments are there in c++?

747


What is abstract class in c++?

773


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

823