what is upcasting in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of 'using' declaration in c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Explain polymorphism?
Is there any difference between int [] a and int a [] in c++?
What do you mean by function and operator overloading in c++?
What is #include ctype h in c++?
Is there any problem with the following: char *a=NULL; char& p = *a;?
write a function signature with various number of parameters.
WHAT IS THE ABREVATION OF FORTRAN?
Is string data type in c++?
How many types of classes are there in c++?
Difference between linked list and array?