What is size of string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
What is token c++?
Define basic type of variable used for a different condition in C++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What are the sizes and ranges of the basic c++ data types?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Does c++ support multilevel and multiple inheritances?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What are the techniques you use for debugging?
What is enum c++?
What are the differences between a struct and a class in C++?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?