What is constructor in oop?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is for loop and its syntax?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
program for insertion ,deletion,sorting in double link list
Can main method override?
What is ambiguity in inheritance?
What is the Advantage of Interface over the Inheritance in OOPS?
4. What do you mean by a prototype? Define analysis prototype
What is differance between Abstract and Interface
What are the 3 principles of oop?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
write a c++ program to find maximum of two numbers using inline functions.