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


Please Help Members By Posting Answers For Below Questions

Are vectors faster than arrays?

779


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.

1972


Can we declare a base-class destructor as virtual?

766


What is virtual function? Explain with an example

820


What are static member functions?

820


Do inline functions improve performance?

840


How can an improvement in the quality of software be done by try/catch/throw?

824


Differentiate between an inspector and a mutator ?

914


What is the history of c++?

749


What is the operator in c++?

876


Is c++ proprietary?

815


Does improper inheritance have a potential to wreck a project?

883


Can we delete this pointer in c++?

958


In what situations do you have to use initialization list rather than assignment in constructors?

854


What are the advantages of early binding?

831