Examlex
Consider the following statements: struct personalInfo
{
string name;
int age;
double height;
double weight;
};
struct commonInfo
{
string name;
int age;
};
personalInfo person1,person2;
commonInfo person3,person4;
Which of the following statements is valid in C++?
Q1: The class _ is designed to deal
Q10: Given the following function: <br>int strange(int
Q14: The scope of a namespace member is
Q14: In C++,we implement ADT through the use
Q23: A list is a collection of elements
Q23: _ is the process of planning and
Q28: Which of the following is the general
Q30: Assume the following. static_cast<int>('a')= 97<br>Static_cast<int>('A')= 65<br>The output
Q39: In the following declaration,the array gamma has
Q44: The binary search algorithm can be written