Question: Which line number in the following program contains an error? 1. #include 2. 3. // function main begins program execution 4. int main( void )

Which line number in the following program contains an error?

1. #include  2. 3. // function main begins program execution 4. int main( void ) 5. { 6. int x=2, y=3, z=x+y; 7. scanf("%d",y); 8. printf( "Welcome to C! " ); 9. }// end function main 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!