Define namespace in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is object slicing and how can we prevent it?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Is there something that we can do in C and not in C++?
Why do we need templates?
What is implicit pointer in c++?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
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 setfill c++?
What is the use of string in c++?
What is java and c++?
what are the decision making statements in C++? Explain if statement with an example?
What is ctime c++?