C Programming Quiz

C Programming Quiz

University

50 Qs

quiz-placeholder

Similar activities

M4- Electronics Fundamentals

M4- Electronics Fundamentals

University

50 Qs

Round 1 STARBURST START

Round 1 STARBURST START

University

50 Qs

METODE SUPERVISI JALAN & JEMBATAN

METODE SUPERVISI JALAN & JEMBATAN

University

45 Qs

PRESSURE CHANGE MEASUREMENT TESTING METHOD I

PRESSURE CHANGE MEASUREMENT TESTING METHOD I

7th Grade - University

55 Qs

BANCO DE PREGUNTAS MARCOS DE DESARROLLO II

BANCO DE PREGUNTAS MARCOS DE DESARROLLO II

University

47 Qs

React Quiz

React Quiz

University

50 Qs

GIGA QUIZ 50 PYTAŃ MME

GIGA QUIZ 50 PYTAŃ MME

University

48 Qs

ILMU UKUR TANAH

ILMU UKUR TANAH

University

50 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Engineering

University

Practice Problem

Hard

Created by

kunchapu srinivas

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?

valnum=5;

num=5;

num=5int;

intnum=5;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you create a variable with the floating number 2.8?

floatnum=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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?