Answer to Question #305834 in C++ for kenny

Question #305834

write a program that compiles and executes but computes wrong because of a comment that was not close


1
Expert's answer
2022-03-04T08:34:09-0500
#include <stdio.h>

int main()
{
    printf("Hello World");
    /*
    int temp = 6*/4;
    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog