Computer Science, asked by geetu22chauhan, 1 month ago

#include<stdio.h>
#include<conio.h>
void main();
{
int 12 val= 10;
printf("%d", val12);
getch();
}
find the error in the given C program ​

Answers

Answered by ayushpandeygads
0

Answer:

in the 4th line use val12 instead of 12 val

Explanation:

while declaring don't use space

Similar questions