What is the output of printf("%d")?
Answer Posted / sonia
It will display garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an associative container in c++?
What is a c++ class?
Do vectors start at 0 c++?
Write my own zero-argument manipulator that should work same as hex?
Should the member functions which are made public in the base class be hidden?
Why do we use the using declaration?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
write a function signature with various number of parameters.
Explain the term memory alignment?
What are the advantages of inheritance in c++?
What is the most common mistake on c++ and oo projects?
Is c++ high level programming language?
How do you initialize a string in c++?
Can comments be nested?
What are the differences between the function prototype and the function defi-nition?