what is difference between overriding and overloading?
Answer / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
| Is This Answer Correct ? | 5 Yes | 1 No |
main() { int a[10]; printf("%d",*a+1-*a+3); }
Write a program that accept anumber in words
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What is abstract data structure in c?
What is 2c dna?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Explain about block scope in c?
how can be easily placed in TCS.
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What is strcmp in c?
The differences between Windows XP and Windows Visa