What are c++ data types?
No Answer is Posted For this Question
Be the First to Post Answer
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Is arr and &arr are same expression for an array?
Is c++ platform dependent?
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
What is encapsulation in c++ with example?
When to use “const” reference arguments in a function?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
What is singleton class in c++?
Write a program which employs Recursion
What is the difference between Char a[ ]=”string” and char *a=”String”
What is the use of function pointer?
What are the storage qualifiers?