What is private, public and protected inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
Explain function overloading
What does extern mean in a function declaration in c++?
Which coding certification is best?
What is the difference between cin.read() and cin.getline()?
What is the difference between global variables and local variable
Should a constructor be public or private?
Explain the difference between class and struct in c++?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
What happens when the extern "c" char func (char*,waste) executes?
What is the basic of c++?