What is a correct syntax to output "Hello World" in C?

C Programming Quiz

Quiz
•
Computers
•
University
•
Hard
Jyothi Battini
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Console.WriteLine(“HelloWorld”);
System.out.println(“HelloWorld”);
cout<<”HelloWorld”;
printf(“HelloWorld”);
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you insert COMMENTS in C code?
—This is a comment
#This is a comment
//This is a comment
/*This is a comment*/
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
When a variable is created in C, a memory address is assigned to the variable.
True
False
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In C, code statements must end with a semicolon (;)
True
False
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you create a variable with the numeric value 5?
valnum=5;
num=5;
num=5int;
int num=5;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you create a variable with the floating number 2.8?
float num=2.8;
valnum=2.8;
num=2.8float;
num=2.8double;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which operator is used to add together two values?
The & sign
The ADD keyword
The * sign
The + sign
Create a free account and access millions of resources
Similar Resources on Quizizz
52 questions
c

Quiz
•
University
50 questions
ພາສາຊີ

Quiz
•
University
47 questions
PPS TEST 4

Quiz
•
University
50 questions
Data Structures Quiz

Quiz
•
University
45 questions
midex_it1103

Quiz
•
University
45 questions
Event Driven Handouts 1 & 2

Quiz
•
University
50 questions
Brain Blitz Round 1

Quiz
•
University
45 questions
TECHNICAL QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade