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
What is volatile c?
Write a code of a general series where the next element is the sum of last k terms.
What is maximum size of array in c?
What are valid signatures for the Main function?
Do variables need to be initialized?
Where register variables are stored in c?
What does c mean before a date?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Which of these functions is safer to use : fgets(), gets()? Why?
What is indirection? How many levels of pointers can you have?
Toggle nth bit in a given integer - num
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above