What is the output of this C code?
#include <stdio.h>
int main()
{
printf("Hello world! %d \n", x);
return 0;
}
Answers
Answered by
3
Explanation:
Hello World!.............
Similar questions