Explain this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how the virtual base class is different from the conventional base classes of the opps.
Is it possible for a member function to use delete this?
What is a modifier in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
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,
What are the 3 levels of programming languages?
Write a c program for binary addition of two 8 bit numbers.
Can we get the value of ios format flags?
What is general format for a prototype?
Are c and c++ different?
What is while loops?