November 12, 2023

Question 7907 – Addressing-Modes

Consider the C struct defined below: struct data   { int marks [100]; char grade; int cnumber; }; struct data student; The base address of student is […]
November 12, 2023

Question 10853 – Properties

How many objects can be created in a single class? Correct Answer: D Question 13 Explanation:  An object is nothing but an instance of a class. […]
November 12, 2023

Question 2757 – Properties

Which of the following operators cannot be overloaded in C/C++ ? Correct Answer: D Question 15 Explanation:  → We can’t overload structure reference in C and […]
error: Alert: Content selection is disabled!!