
C Programming Basics

Quiz
•
Computers
•
University
•
Hard
Hema Reddy
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a correct syntax to output "Hello World" in C?
Console.WriteLine(“Hello World”);
System.out.println(“Hello World”);
cout<<”Hello World”;
printf(“Hello World”);
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?
val num = 5;
num = 5;
num = 5 int;
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;
val num = 2.8;
num=2.8 float;
num=2.8 double;
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 Wayground
45 questions
IP MIDTERM

Quiz
•
University
50 questions
MCQ for Coding Carnival

Quiz
•
University
49 questions
Test 2

Quiz
•
University
50 questions
Quiz Python

Quiz
•
University
50 questions
Orientation Quiz

Quiz
•
University - Professi...
50 questions
C Programming Quiz

Quiz
•
University
50 questions
C Language

Quiz
•
University
50 questions
Quiz

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade