1.

To write a C++ program, from the following which statement is a must.(a) sum() (b) main() (c) #include(d) #include

Answer»

(b) main(). A C++ program must contains at least one main() function.



Discussion

No Comment Found