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
c program for searching a student details among 10 student details
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
in linking some of os executables are linking name some of them
Can we assign integer value to char in c?
Explain what are preprocessor directives?
Difference between Function to pointer and pointer to function
What is an endless loop?
What is the difference between constant pointer and constant variable?
What does do in c?
What is void main ()?
There seem to be a few missing operators ..
What is the difference between a string and an array?
Explain what is the purpose of "extern" keyword in a function declaration?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?