Joined: Tue Aug 24, 2010 6:08 am Posts: 1 Has thanked: 1 time Have thanks: 0 time
what is the difference between main() in c & c++? how c language is interact with hardware? please reply solution for my problem.
doyoubuzz
Question subject: Re: c vs c++
Posted: Wed Sep 22, 2010 10:19 am
Joined: Tue Sep 07, 2010 9:18 am Posts: 30 Has thanked: 0 time Have thanks: 1 time
As I know Main() is the entry point of a program...for C,C++ & also in C#. Without Main() method program can't execute...it is a kind of execution path of a program... but i also don't know what is the difference..... please tell me if anyone know about it....