How many standards of c++ are there?
No Answer is Posted For this Question
Be the First to Post Answer
Describe linked list using C++ with an example.
What are virtual functions in c++?
is throwing exception from a constructor not a good practice ?
in C++ , the word plus plus who found this?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Explain the uses oof nested class?
What will happen if when say delete this ?
Can you sort a set c++?
What is auto used for in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?