#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
0
Answer:
in the 4th line use val12 instead of 12 val
Explanation:
while declaring don't use space
Similar questions