COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
print ("Hello") then the output is ____
A
Helo
B
Two
C
Hello
D
hello
E
Helo
Explanation: 

Detailed explanation-1: -It is used to illustrate the syntax of the programming language. Hello world in python is a line of code that prints the words ‘’ Hello world ‘’ on the output screen.

Detailed explanation-2: -The execution of a C program starts from the main() function. printf() is a library function to send formatted output to the screen. In this program, printf() displays Hello, World!

There is 1 question to complete.