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 a macro, and explain how do you use it?
What are qualifiers and modifiers c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Why enum is used in c?
What is || operator and how does it function in a program?
What are volatile variables in c?
What is New modifiers?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What happens if header file is included twice?
can any one tel me wt is the question pattern for NIC exam
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is page thrashing?
How can I read a binary data file properly?
What is structure packing in c?