Why do we need runtime polymorphism in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which compiler does turbo c++ use?
What is difference between c++ 11 and c++ 14?
What is ios flag in c++?
Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What are structs in c++?
Can we use pointers in c++?
Define basic type of variable used for a different condition in 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,
What do you know about near, far and huge pointer?
What data encapsulation is in c++?
Explain what data encapsulation is in c++?