What is the output of printf("%d")?
Answer Posted / yogendra jain
It will print "1"
| Is This Answer Correct ? | 7 Yes | 60 No |
Post New Answer View All Answers
What is the arrow operator in c++?
How do I use arrays in c++?
What is pointer with example?
Explain the difference between class and struct in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What are the different types of polymorphism in c++?
What is a singleton c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the type of this pointer in c++?
What is the difference between #import and #include?
Do you know the use of vtable?
What is #include c++?
What are the two types of polymorphism?
Are c and c++ different?
What kind of jobs can I get with c++?