Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
No Answer is Posted For this Question
Be the First to Post Answer
explain the term 'resource acquisition is initialization'?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
Without using third variable write a code to swap two numbers.
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
What Is A Default Constructor in C++ ?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
Explain the difference between C and C++.
What is placement new?
Explain the difference between method overriding and method overloading in C++?
Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
What is static variable and difference between(const char *p,char const *p,const char* const p).
What are "pure virtual" functions?
0 Answers Adobe, Alter, iNautix,