How does c++ sort work?
No Answer is Posted For this Question
Be the First to Post Answer
Array base access faster or pointer base access is faster?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
How to create a reference variable in C++
What is the difference between #define debug 0 and #undef debug?
What are the differences between a struct and a class in C++?
Explain how to initialize a const member data.
What is the extension of c++?
Difference between a homogeneous and a heterogeneous container
What is the use of string in c++?