What is the output of printf("%d")?
Answer Posted / priya
the output of printf("%d") is create a blankspace
Is This Answer Correct ? | 11 Yes | 61 No |
Post New Answer View All Answers
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is encapsulation in C++? Give an example.
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is the error in the code below and how should it be corrected?
What is the role of static keyword for a class member variable?
Differentiate between an inspector and a mutator ?
How would perform Pattern Matching in C++?
What is #include iomanip?
What is else if syntax?
what is scupper?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Explain the register storage classes in c++.
What are the advantages of using const reference arguments in a function?
What is ostream in c++?