How do you compile the source code with your compiler?
No Answer is Posted For this Question
Be the First to Post Answer
When should we use multiple inheritance?
What is the latest version on c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Differentiate between C and C++.
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What is input operator in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Differentiate between structure and class in c++.
What is the full form of dos?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
Write a C++ Program to check whether a number is prime number or not?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,