What is the output of printf("%d")?
Answer Posted / baban dongare
It will generate the garbage value..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an iterator class in c++?
What is the difference between strcpy() and strncpy()?
Can recursive program be written in C++?
How do you find out if a linked-list has an end?
Write about the various sections of the executable image?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are the rules about using an underscore in a c++ identifier?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is c++ virtual inheritance?
How do I run a program in notepad ++?
Why is "using namespace std;" considered bad practice?
What is the main function c++?
How would you find out if a linked-list is a cycle or not?
Why use of template is better than a base class?