What is the output of printf("%d")?
Answer Posted / vaisakh.r
printf("%d") will printf some garbage value since there is no varible specified in it.so compiler check the argument stack check offset depending on the format specifier print whats on that location, since we can't sure about that value say it will print some garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which software is best for programming?
Who discovered c++?
How can we check whether the contents of two structure variables are same or not?
Explain the difference between c++ and java.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the use of :: operator in c++?
Why do we use templates?
Explain virtual class and friend class.
What are c++ variables?
What is expression parser in c++
What is an adaptor class or wrapper class in c++?
What is a dynamic binding in c++?
What is data types c++?
What does #define mean in c++?
What are enumerations?