English, asked by atharvkhandagale75, 7 months ago

What is the output of this C code?
#include <stdio.h>
int main()
{
printf("Hello world! %d \n", x);
return 0;
}​

Answers

Answered by mim42
3

Explanation:

Hello World!.............

Similar questions