What is protected inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


What is split a string in c++?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


Is c++ a pure oop language?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  






Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What is prototype for that c string function?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,


Is map sorted c++?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


Is swift faster than c++?

0 Answers  


Explain the difference between using macro and inline functions?

0 Answers  


Categories