C Programming Basics

C Programming Basics

University

10 Qs

quiz-placeholder

Similar activities

Tonometry - Implications

Tonometry - Implications

University

10 Qs

RDBG LO4 LS1-6

RDBG LO4 LS1-6

University

12 Qs

QUIZ ON SCIENCE 6

QUIZ ON SCIENCE 6

6th Grade - University

10 Qs

Our Environment

Our Environment

6th Grade - University

13 Qs

CHAPTER 5 ONLINE QUIZ

CHAPTER 5 ONLINE QUIZ

University

9 Qs

ORIENTATION JAW RELATION

ORIENTATION JAW RELATION

University

10 Qs

GROUP 1 QUIZ 3

GROUP 1 QUIZ 3

5th Grade - University

10 Qs

The AI Shield

The AI Shield

University

15 Qs

C Programming Basics

C Programming Basics

Assessment

Quiz

Science

University

Practice Problem

Medium

Created by

MS.ANANTHI P

Used 29+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in C?

int num;

string name;

bool flag;

float value;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you print 'Hello, World!' in C?

printf('Hello, World!');

print('Hello, World!');

System.out.println('Hello, World!');

cout << 'Hello, World!';

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'main' function in C?

The 'main' function in C is responsible for printing output

The 'main' function in C is used for defining custom functions

The 'main' function in C is the entry point for the program.

The 'main' function in C is used for declaring variables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between '==' and '=' in C.

'==' is used for subtraction

'=' is used for comparison

'==' is used for loop iteration

'==' is the equality operator, and '=' is the assignment operator.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 'printf' function used for in C?

It is used to print formatted output to the standard output.

It is used to create graphical user interfaces.

It is used to perform mathematical calculations.

It is used to read user input from the keyboard.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you comment a single line in C?

## This is a comment

/* This is a comment */

/* This is not a comment

// This is a comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 'scanf' function used for in C?

It is used for performing mathematical calculations

It is used for writing output to a file

It is used for reading input from the standard input stream based on the specified format.

It is used for creating graphical user interfaces

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Science