What is the output of printf("%d")?
Answer Posted / aaru
garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain storage qualifiers in c++.
What is c++ flowchart?
How is c++ used in the real world?
Where is atoi defined?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Can constructor be static in c++?
What is the prototype of printf function?
what does the following statement mean? int (*a)[4]
What is meant by the term name mangling in c++?
Does std endl flush?
Do we have to use initialization list in spite of the assignment in constructors?
Explain terminate() function?
Explain mutable storage class specifier.
What are containers in c++?
Explain the advantages of using friend classes.