What are the differences between a struct in C and in C++?
Answer Posted / uyvgyu
thanks. it was helpful. now go yourself.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the history of c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
List the merits and demerits of declaring a nested class in C++?
What is the full name of logo?
What is a class definition?
Can we define function inside main in c++?
an integer constant must have atleast one a) character b) digit c) decimal point
What is an adaptor class or wrapper class in c++?
What is general form of pure virtual function? Explain?
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
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What does new do in c++?
What is the real purpose of class – to export data?
Can member functions be private?
How many static variables are created if you put one static member into a template class definition?