Answer Posted / avinash singh
Bjarney Stroustrus
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
What is the use of namespace std in C++?
What's c++ used for?
Why do we learn c++?
What c++ library is string in?
Explain virtual destructor?
What do you mean by persistent and non persistent objects?
What is the use of :: operator in c++?
What is auto used for in c++?
What do you understand by zombie objects in c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
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 is problem with overriding functions?
What is a far pointer? where we use it?
Does c++ support exception handling?
Write a program to concatenate two strings.