Computer Science, asked by geetu22chauhan, 1 month ago

#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 ayushpandeygads
1

Answer:

in the 6th line write as 12val instead of val 12 .

Similar questions