What is private public protected in c++?
No Answer is Posted For this Question
Be the First to Post Answer
tell me about yourself ?i want answer for frehers with various exasmples?
Which of the following is evaluated first: a) && b) || c) !
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,
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is ios flag in c++?
Why is c++ called oops?
How the compilers arranges the various sections in the executable image?
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
What are the popular tools used to detect memory leaks in c++
What is a .h file c++?
Explain abstraction.
How do we implement inheritance in c++?