What does a derived class inherit from a base class

a) Only the Public members of the base class

b) Only the Protected members of the base class

c) Both the Public and the Protected members of the base class

d) .c file


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

Post New Answer

More C Interview Questions

What is the difference between exit() and _exit() function?

0 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


What are extern variables in c?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


Why can’t we compare structures?

0 Answers  


What are formal parameters?

0 Answers  


Explain how do you list files in a directory?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


Categories