What is meant by inheritance?


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

Post New Answer

More C Interview Questions

main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


Compare and contrast compilers from interpreters.

0 Answers  


Define VARIABLE?

0 Answers   ADP,


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  






HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


Is struct oop?

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  


Categories