What do you mean by enumerated data type?
No Answer is Posted For this Question
Be the First to Post Answer
What is using namespace std 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
What is c++ in english?
What happens when the extern "c" char func (char*,waste) executes?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Explain the term memory alignment?
What is an adaptor class or wrapper class in c++?
How many storage classes are available in C++?
What parameter does the constructor to an ofstream object take?
Explain this pointer?
Differentiate between structure and class in c++.
Is c++ pass by reference or value?