#include "stdio.h" int main() { // rea de rectangulo int c; // contador for (c =1; c <=50; c++) return 0; }
julianna
prog.c: In function ‘main’: prog.c:13: warning: implicit declaration of function ‘getch’ /home/VG7ACp/ccZ772q8.o: In function `main': prog.c:(.text+0x39): undefined reference to `getch' collect2: ld returned 1 exit status
Standard output is empty