logo

Crowdly

Browser

Додати до Chrome

FM121 Programming and Data Structures

Шукаєте відповіді та рішення тестів для FM121 Programming and Data Structures? Перегляньте нашу велику колекцію перевірених відповідей для FM121 Programming and Data Structures в dle.plaksha.edu.in.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Which of the following is FALSE about friend functions?

0%
0%
0%
0%
Переглянути це питання

If a class B is declared as a friend of class A, then:

0%
0%
0%
0%
Переглянути це питання

A friend function is not a member of the class(True/False)?

100%
0%
Переглянути це питання

The operator is commonly overloaded to print object data using cout.

Переглянути це питання

Which of the following cannot be friend? 

0%
0%
0%
0%
Переглянути це питання

Consider this code sequence:

 Wallet w1(100, 50);

 Wallet w2;

 w2 = w1;        // Line 1

 Wallet w3 = w1; // Line 2

Which statement is correct?

0%
0%
0%
Переглянути це питання
What happens when you declare: const Wallet* const ptr = &myWallet;
Переглянути це питання
Consider a class Student with a static variable totalStudents. If you create 5 Student objects in your program, what will be the memory allocation pattern for this static variable?
Переглянути це питання

What happens when you try to execute this code?

 int x = 20, z = 30;

 int &n = x;

 n = z; // This line

Переглянути це питання
Two classes Student and Faculty both have private member int id. If a Student object tries to access the id of a Faculty object within a Student member function, what happens?
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на dle.plaksha.edu.in?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome