Date
ar
error in a
C
your answer
Exercise 1
Testing the errors
Testing is
process of finding bugs
program
Find errors if
any in the following program Justify
#include <stdio.h>
void main u
ş
int xi
printf ("Enter the value of x")
scanf ("%d" ,x);
3
Answers
Answered by
0
Answer:
Here is the proper program you can compare both programs.
and write errors in your own words
Explanation:
#include <stdio.h>
void main()
{
int x;
printf ("Enter the value of x");
scanf("%d" ,&x);
}
Similar questions