What is the difference between int main( ) and void main( ) in c programming ?

Описание к видео What is the difference between int main( ) and void main( ) in c programming ?

Here, int main ( ) is nothing but a program's function syntax used in almost every programing language which says that function should return a integer type of data and will not talk any parameter when it will be revoked and in other hand void main says that it won't have any return statement and also it won't take any parameter when it will be revoked.

Комментарии

Информация по комментариям в разработке