What is the output of printf("%d")?
Answer Posted / shakti singh khinchi
It will print garbage value & gives warning on compilation
like "too few arguments for format".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you generate a random number in c++?
What are multiple inheritances (virtual inheritance)?
Why c++ is the best language?
What is microsoft c++ redistributable 2013?
Explain all the C++ concepts using examples.
What is abstraction in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Write a C++ Program to check whether a number is prime number or not?
What is type of 'this' pointer? Explain when it is get created?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is size_type?
What is a friend function in c++?
How come you find out if a linked-list is a cycle or not?
What is c++ stringstream?