What is the use of endl?
No Answer is Posted For this Question
Be the First to Post Answer
How do you save a c++ program?
Please post the model question paper of hal?
What does flush do c++?
What are pointer-to-members? Explain.
What is the use of lambda in c++?
What are the strengths of C++?
What are formatting flags in ios class?
What is jump statement in C++?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
Explain the difference between struct and class in terms of access modifier.
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 does count ++ do in c++?