Computer Science, asked by tanvi030303, 5 months ago

QUTPUT
DEBUG CONSOLE
TERMINAL
ram }
1stprogram.c:3:1: warning: data definition has no type or storage class
main ();
AN
1stprogram.c:3:1: warning: type defaults to 'int' in declaration of 'main' [-Wimplicit-int]
1stprogram.c:4:1: error: expected identifier or '(' before '{' token
{
A
PS C:\Users\User\Desktop\tanvi\c lang>
how to remove this error!??​

Answers

Answered by iteshbhatt31
1

Answer:

1 programm has some sign in it or any other characters which has no class like int, str etc.

2-- you had not converted a str into int before doing operation.

3--you had no given a tab after using a condition like for, if, while etc..

Similar questions