Is map sorted c++?
No Answer is Posted For this Question
Be the First to Post Answer
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
To which numbering system can the binary number 1101100100111100 be easily converted to?
Explain operator overloading.
Why do we use setw in c++?
What is object in c++ wikipedia?
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.
Define the operators that can be used with a pointer.
3- Write a program to find larger and smaller of the two numbers.
Write a program using display() function which takes two arguments.
What are static variables?
Define virtual constructor.