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

write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


Why is c called a mid-level programming language?

0 Answers  


what is an inline function?

2 Answers   TCS,


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,






how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


Define function pointers?

1 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


What are the types of unary operators?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


What is the difference between c &c++?

0 Answers  


What are loops in c?

0 Answers  


Categories