программирование в Сишке. Дана программа:

#include < stdio.h>

 

int main(void)

{

   int A,B,C;

   printf( "Введите два числа\n");

   scanf( "%d %d",&A,&B);

   С=A+B;

   printf( " Ответ: %d" , C);

   return 0;

}

 

теперь вопрос, как можно ее исправить или что нужно сделать с программой что бы последнее действие ( return 0;) не нужно было писать и выполнять?

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.