Mention the ways in which parameterized can be invoked. Give an example of each.
No Answer is Posted For this Question
Be the First to Post Answer
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Is c++ vector a linked list?
Can turbo c++ run c program?
What do you mean by stack unwinding in c++?
Can we use clrscr in c++?
Differentiate between declaration and definition.
What is object slicing and how can we prevent it?
What is the difference between an array and a list?
When can you tell that a memory leak will occur?
What is DlgProc?
How do you establish an is-a relationship?