Guess what this code means (forum game)?

Sort:
Utkarsho

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!")

blunder-panda7

i think this is java script hello world syntax

Utkarsho
blunder-panda7 wrote:

i think this is java script hello world syntax

Correct!

blunder-panda7

now tell me what is this

#include<stdio.h>

int main(){

printf("hello utkarso and world");

return 0;

}

what language is this

blunder-panda7
kkingoat wrote:

how how

wdym

Utkarsho
blunder-panda7 wrote:

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++.

KingKen_1

C

blunder-panda7
Utkarsho wrote:
blunder-panda7 wrote:

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++.

c language3

Utkarsho
blunder-panda7 wrote:
Utkarsho wrote:
blunder-panda7 wrote:

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++.

c language3

Oh, okay.