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
write a program to swap two variables a=5 , b= 10 without using third variable
how to introdu5ce my self in serco
yogesh patil in dell
What is Full Form of C and Why We use C
how to create c progarm without void main()?
What is static identifier?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
can we define a function in structure?
What are the salient features of c languages?
Explain b+ tree?
Explain About fork()?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?