write a program that compiles and executes but computes wrong because of a comment that was not close
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
#include <stdio.h>
int main()
{
printf("Hello World");
/*
int temp = 6*/4;
return 0;
}