Question 9 Consider the C struct defined below: struct data { int marks [100]; char grade; int cnumber; }; struct data student; The base address of […]
Question 44 Which of the following operators cannot be overloaded in C/C++ ? A Bitwise right shift assignment B Address of C Indirection D Structure reference […]