Answer Posted / p.madhupriya
printf is using to print the statement only.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Can a program run without main?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Describe linkages and types of linkages?
What are the characteristics of friend functions?
Differentiate between an external iterator and an internal iterator?
What is an undefined behavior and sequence points
What is prototype in c++ with example?
which of the following is not an secondary constant a) array b) real c) union
Difference between Abstraction and encapsulation in C++?
what does the following statement mean? int (*a)[4]
Which is the best c++ compiler for beginners?
Why is swift so fast?
What is a float in c++?
Tell me what are static member functions?
Explain the purpose of the keyword volatile.