What is the output of printf("%d")?
Answer Posted / shruthi
the o/p is 0.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Explain the operation of overloading of an assignment operator.
What is the difference between map and hashmap in c++?
Define a nested class.
What is an undefined reference/unresolved external symbol error and how do I fix it?
Explain the concept of copy constructor?
What is the difference between strcpy() and strncpy()?
Why is standard template library used?
What is istream and ostream in c++?
What is a .h file c++?
What are stacks?
What is vector string in c++?
Can I learn c++ without knowing c?
What are c++ stream classes?
What is a tree in c++?
Out of fgets() and gets() which function is safe to use and why?