Search for: what is pair in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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
How do you traverse a btree in backward in-order?
What character terminates all character array strings a) b) . c) END
Why do we use using namespace std in c++?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is the basic concept of c++?
What are register variables?
How many types of modularization are there in c++?
How does a C++ structure differ from a C++ class?
What is a tree in c++?
What does the ios::ate argument do?
What is the use of ‘using’ declaration?