Is c or c++ more useful?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of dynamic allocation of memory?
What is stream and its types in c++?
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
Why is c++ called oops?
How do you compile the source code with your compiler?
Differentiate between a constructor and a method in C++.
How many storage classes are available in C++?
how to connect with oracle 9i with server in socket program in c/c++
Which is better c++ or java?
What is the difference between mutex and binary semaphore?
Explain how overloading takes place in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;