Possible Duplicate:
What is the proper declaration of main?
I just attended my first c++ exam. First question was
int main(◊, char ** argv)
Which one of the following suggestions will not work (as first formal parameter substitute for ◊):
a) char argc b) int argc c) double argc d) bool argc
The answer counts 2% in a 4 hour purely handwritten individual exam.
All tools are allowed, accept any programmable device or any means of communication
Who can get this right :)?