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
How do you convert strings to numbers in C?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
What is 1f in c?
Explain heap and queue.
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is a newline escape sequence?
What is "Duff's Device"?
What is switch in c?
Describe wild pointers in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.