Write a program for Overriding.


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

Post New Answer

More C Interview Questions

What is c system32 taskhostw exe?

0 Answers  


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


How can I do graphics in c?

0 Answers  


Can i use “int” data type to store the value 32768? Why?

0 Answers  






What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


Explain what are multibyte characters?

0 Answers  


compare array with pointer?

1 Answers  


What is c preprocessor mean?

0 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


Explain about the constants which help in debugging?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


Categories