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
Are vectors faster than arrays?
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 we declare a base-class destructor as virtual?
What is virtual function? Explain with an example
What are static member functions?
Do inline functions improve performance?
How can an improvement in the quality of software be done by try/catch/throw?
Differentiate between an inspector and a mutator ?
What is the history of c++?
What is the operator in c++?
Is c++ proprietary?
Does improper inheritance have a potential to wreck a project?
Can we delete this pointer in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
What are the advantages of early binding?