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
How do I create a directory? How do I remove a directory (and its contents)?
How are strings stored in c?
How do you determine a file’s attributes?
Describe the steps to insert data into a singly linked list.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain how can you check to see whether a symbol is defined?
What is extern storage class in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How do you use a pointer to a function?
Is c# a good language?
What are the benefits of organizational structure?
What are the 4 types of functions?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
explain what is an endless loop?