Answer Posted / sunitha.gottipati
Method overloading is not supported by c. it is supported
in java
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is getch?
What is the use of gets and puts?
How can I delete a file?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
while initialization of array why we use a[][2] why not a[2][]...?
What are the advantages of c language?
How can I read/write structures from/to data files?
Is it possible to execute code even after the program exits the main() function?
Write a program to print "hello world" without using a semicolon?
Calculate 1*2*3*____*n using recursive function??
What is %lu in c?
What is the difference between #include
What is %s and %d in c?
How arrays can be passed to a user defined function