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

How can I find the day of the week given the date?

0 Answers  


What is the difference between if else and switchstatement

0 Answers  


What is pass by reference in functions?

0 Answers  


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  






What are the disadvantages of external storage class?

0 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


What are the types of unary operators?

0 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What is pivot in c?

0 Answers  


Categories