Dear All,
As all know C does not support Polymorphism concept. And we can't declare two function with same name then how we can have two main function
for ex
main ();
or
main (argv,argc[])
then how it is possible. Even printf is also work in the same concept. Printf is a function which can take multiple parameter and that too different parameter
Can you help me in this....
As all know C does not support Polymorphism concept. And we can't declare two function with same name then how we can have two main function
for ex
main ();
or
main (argv,argc[])
then how it is possible. Even printf is also work in the same concept. Printf is a function which can take multiple parameter and that too different parameter
Can you help me in this....
Comment