...
November 11, 2023

Programming

Question 40 Consider the C program shown below. #include #define print(x) printf("%d", x) int x; void Q(int z) { z += x; print(z); } void P(int […]
November 11, 2023

Computer-Networks

Question 424 The network topology with highest reliability is ————- A Mesh B Bus C Star D Ring Computer-NetworksTopologiesAPPSC-2016-DL-CS Question 424 Explanation:  The topology with highest […]
November 11, 2023

OOPS

Question 4 Friend functions have access to A Private and protected members B Public members only C Private members only D None OOPSPropertiesAPPSC-2012-DL-CS Question 4 Explanation:  […]
November 11, 2023

OOPS

Question 15 Function overloading in C++ is A A group function with the same name B all have the same numbers and type of arguments C […]