can main method be overloaded...???
How..????
Answers were Sorted based on User's Feedback
Answer / ravindranath m
you can overload the main method, but only one version
should exist.
1. int main(void) { ... }
2. int main (int argc, char** argv) { ... }
| Is This Answer Correct ? | 22 Yes | 12 No |
Ravindranath,
You have forgot another one
1. int main(void) { ... }
2. int main (int argc, char** argv) { ... }
3. void main(int argc, char ** argv, char** environment)
| Is This Answer Correct ? | 5 Yes | 1 No |
whats the difference between c and c++
4. What do you mean by a prototype? Define analysis prototype
what is object slicing
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
what is opps?why it is use in programming language?
How do you explain polymorphism?
What is the difference between const int *ptr and int const *ptr???
Advantage and disadvantage of routing in telecom sector
What is differance between Abstract and Interface
Why is abstraction needed?
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
WHEN A COPY CONSTER IS CALL ?