What is the use of endl?
No Answer is Posted For this Question
Be the First to Post Answer
Is swift faster than c++?
How java is different from c and c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is the need of a destructor?
Explain stack unwinding.
Are there any special rules about inlining?
Are c and c++ similar?
Why use of template is better than a base class?
What is the purpose of extern storage specifier?
Difference between inline functions and macros?
How is objective c different from c++?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement