Write a program for Overriding.
No Answer is Posted For this Question
Be the First to Post Answer
suppose there are five integers write a program to find larger among them without using if- else
define function
What is function pointer and where we will use it
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
what is develop in c language
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
What does a function declared as pascal do differently?
How can you increase the size of a dynamically allocated array?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
void main() { int a=1; while(a++<=1) while(a++<=2); }
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
i need all types of question paper releted to "c" and other language.