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 |
diff between Abstract class Interfaces?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Advantage and disadvantage of routing in telecom sector
function overridind means and simple program
What is destructor in oop?
any one please tell me the purpose of operator overloading
what is main difference between object oriented object base
What is difference between inheritance and polymorphism?
what is the difference between function template and template of function?explain with example.
explain defference between structure and class with example
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 R T T I ?