#include(stdio.h)
#include<conio.h>
void main()
{
int 12val = 10;
printf(“%d", val12);
getch();
}
find error in this program of C please its urgent
Answers
Answered by
1
Answer:
in the 6th line write as 12val instead of val 12 .
Similar questions