What is insertion sorting?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain how a pointer to function can be declared in C++?
program to print this triangle * * * * * *
What is the precedence when there is a global variable and a local variable in the program with the same name?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
What are static member functions?
What is flag in computer?
Does dev c++ support c++ 11?
How much is size of struct having 1 char & 1 integer?
What is the this pointer?
Why is it necessary to use a reference in the argument to the copy constructor?
When should I use unitbuf flag?