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 format for defining a structure?
What is the basic structure of a c++ program?
Eplain extern keyword?
Write a program using display() function which takes two arguments.
Which of the following is evaluated first: a) && b) || c) !
What is a pdb file?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Can you please explain the difference between overloading and overriding?
Write a Program to find the largest of 4 no using macros.
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What are the advantages of using friend classes?
Explain Memory Allocation in C/C++ ?
How much is c++ certification?
Can we declare a base-class destructor as virtual?
Specify some guidelines that should be followed while overloading operators?