can main method be overloaded...???
How..????
Answer Posted / kishore kumar naik p
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 |
Post New Answer View All Answers
What is purpose of inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Can destructor be overloaded?
class type to basic type conversion
What is inheritance in oop?
why reinterpret cast is considered dangerous?
What is encapsulation selenium?
What is object and example?
What is variable example?
any one please tell me the purpose of operator overloading
What is the main purpose of inheritance law?
What are different oops concepts?
How is class defined?
How do you achieve polymorphism?
Can bst contain duplicates?