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
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
How do you establish a has-a relationship?
What is the difference between multiple and multilevel inheritance in c++?
Mention the storage classes in c++.
What is increment operator in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
State the difference between pre and post increment/decrement operations.
Explain "const" reference arguments in function?
What are disadvantages of pointers?
What is isdigit c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How the endl and setw manipulator works?
Describe linked list using C++ with an example.
What are the 2 main types of data structures?
Do the parentheses after the type name make a difference with new?