What is the extension of c++?
What are the stages in the development cycle?
How would you find out if a linked-list is a cycle or not?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Is recursion allowed in inline functions?
What is a lambda function c++?
How to demonstrate the use of a variable?
Write about a nested class and mention its use?
What is the difference between ++ count and count ++?
Explain the use of virtual destructor?
Difference between pointer to constant and constant pointer to a constant. Give example.
Which one is a preferred language C or C++? Why?
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
What are the unique features of C++.
Can a program run without main?