i think this is java script hello world syntax
Guess what this code means (forum game)?

now tell me what is this
#include<stdio.h>
int main(){
printf("hello utkarso and world");
return 0;
}
what language is this

now tell me what is this
#include<stdio.h>
int main(){
printf("hello utkarso and world");
return 0;
}
what language is this
The code when executed will print "hello utkarsho and world" and I think the language is C++.
So, here I will give some random blocks or lines of code in any computer language and you guys needa tell me it's output. If I have any mistake then please tell me. Also, if you want, tell me the name of that language.
console.log("Hello World!")