What are all predefined data types in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is arr and &arr are same expression for an array?

0 Answers  


What is cout flush?

0 Answers  


what you know about c++?

0 Answers   IBS,


Is there a new/delete equivalent of realloc?

1 Answers  


What is the size of integer variable?

0 Answers  


What is c++ hash?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


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

0 Answers   Care,


How would you use qsort() function to sort an array of structures?

0 Answers  


Categories