Tag: programming languages
Questions Related to programming languages
Look at the code below and select the correct answer:#include main(){printf ("hello world");}
The output of the above code is 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Note the code below and select the correct answer: #include main() { printf ("hello world"); }