Expected unqualified-ID before "{" token hatası

Bilgili Forum

Administrator
Yönetici
Katılım
29 Ağu 2021
Mesajlar
1,006,066
Tepki
3
Puan
38
Arkadaşlar bu hatayı alıyor Dev C++'ta ama kod zaten hazır geliyor.
expected unqualified-id before "{" token



https://www.*************/sosyal/eklenti/1630243809105-png.1152285/


Mobilde olup ve yahut görüntü bulanık ise her ihtimale karşın kodları bırakıyorum.

C:

Kod:
#include <stdio.h>
#include <stdlib.h>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main() {
    
    printf("HelloWorld!");
    return 0;
}
 
Üst