logo

Crowdly

Browser

Add to Chrome

FM121 Programming and Data Structures

Looking for FM121 Programming and Data Structures test answers and solutions? Browse our comprehensive collection of verified answers for FM121 Programming and Data Structures at dle.plaksha.edu.in.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Which of the following is FALSE about friend functions?

0%
0%
0%
0%
View this question

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

0%
0%
0%
0%
View this question

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

100%
0%
View this question

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

View this question

Which of the following cannot be friend? 

0%
0%
0%
0%
View this question

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%
View this question
What happens when you declare: const Wallet* const ptr = &myWallet;
View this question
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?
View this question

What happens when you try to execute this code?

 int x = 20, z = 30;

 int &n = x;

 n = z; // This line

View this question
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%
View this question

Want instant access to all verified answers on dle.plaksha.edu.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome