C Programming Basics

C Programming Basics

University

10 Qs

quiz-placeholder

Similar activities

ALLOY

ALLOY

1st Grade - University

10 Qs

All About Pencils: Quiz Time!

All About Pencils: Quiz Time!

7th Grade - University

10 Qs

Optech Tutorial

Optech Tutorial

University

15 Qs

Physics

Physics

5th Grade - University

15 Qs

Biomass Energy

Biomass Energy

8th Grade - University

15 Qs

Science Class 8 Ch 1

Science Class 8 Ch 1

8th Grade - Professional Development

15 Qs

Waves in Communication Systems Quiz

Waves in Communication Systems Quiz

8th Grade - University

10 Qs

SI Units

SI Units

9th Grade - University

15 Qs

C Programming Basics

C Programming Basics

Assessment

Quiz

Science

University

Medium

Created by

MS.ANANTHI P

Used 29+ times

FREE Resource

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

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?