C - Basics and Execution Environment
Identify the error in this C program:
#include <stdio.h>
int main() {
printf("Hello");
}#include <stdio.h>
int main() {
printf("Hello");
}return 0; is an error or warning.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions