Programming Language “Hello World” Quiz

preview_player
Показать описание
Can I name all of these programming languages based on their "Hello World" Syntax?

Prepping for your frontend interviews? Use code "conner" for a discount on my course FrontendExpert:

Рекомендации по теме
Комментарии
Автор

i was waiting for std::cout << "Hello, World!" << std::endl; 😞

idontknowanygoodnames
Автор

puts() is also a c standard library function. The difference between it, and printf is that you can't format a string with puts, and it automatically adds the newline character to the end of the string.

That being said, puts() is formatted differently in the example, so it's not C here.

jakedeschamps
Автор

Hi, Really loving your content
Try to teach us Flutter and Dart from basics

MathiTamilGaming
Автор

C (and probably some of the other languages here) actually only use double brackets for strings.

citrusNikOs