C Programming Quiz

C Programming Quiz

12th Grade

50 Qs

quiz-placeholder

Similar activities

Java Basics Self-Check

Java Basics Self-Check

9th - 12th Grade

46 Qs

ข้อสอบปลายภาค วิชา การเขียนโปรแกรม

ข้อสอบปลายภาค วิชา การเขียนโปรแกรม

11th Grade - University

50 Qs

C++ Quiz

C++ Quiz

9th - 12th Grade

50 Qs

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

PBO (String) XII

PBO (String) XII

12th Grade

45 Qs

C Programming 1

C Programming 1

8th - 12th Grade

50 Qs

Basic Java with CodeHS

Basic Java with CodeHS

9th - 12th Grade

50 Qs

SOAL TIK KLS 12.2 PTS1 24-25

SOAL TIK KLS 12.2 PTS1 24-25

12th Grade

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

srinivas kunchapu

Used 1+ times

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("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?

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?