Basics of C Programming

Basics of C Programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

Module 3 - Unity Scripting Basics

Module 3 - Unity Scripting Basics

9th - 12th Grade

15 Qs

Python Gaming L3

Python Gaming L3

9th - 12th Grade

10 Qs

Մաքուր կոդ

Մաքուր կոդ

9th - 12th Grade

10 Qs

Javascript Intro Parte II

Javascript Intro Parte II

12th Grade

8 Qs

แข่งขันcodingม.ต้น

แข่งขันcodingม.ต้น

12th Grade - University

15 Qs

3F_14042025_Verifica per orale Informatica

3F_14042025_Verifica per orale Informatica

11th Grade - University

10 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

10th Grade - University

15 Qs

Unit 3 Karel Programming Review 2

Unit 3 Karel Programming Review 2

9th - 12th Grade

15 Qs

Basics of C Programming

Basics of C Programming

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Kennedy Onyango

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does C stand for in C programming?

C#

C Language

C

C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the main() function in a C program?

The main() function is responsible for memory allocation.

The main() function is used for defining global variables.

The main() function is the entry point of a C program.

The main() function is where all the functions are declared.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in C?

declare int x;

int x = new;

var x int;

To declare a variable in C, use the syntax: type variable_name; (e.g., int x;).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between int and float in C?

int is a type of float, representing larger numbers.

float is used for character data, while int is for numeric data.

int can store decimal values, while float cannot.

int represents whole numbers, while float represents numbers with decimal points.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pointer in C?

A pointer is a type of function in C.

A pointer is a variable that stores a string in C.

A pointer is a variable that holds the address of another variable in C.

A pointer is a special kind of loop in C.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a comment in C code?

Use '//' for single-line comments and '/* ... */' for multi-line comments.

Use '#' for comments

Use '/*' for single-line comments

Use '//' for multi-line comments

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the #include directive?

To comment out sections of code.

To execute a function from a library.

To define a variable in the source code.

To include the contents of a file or library in the source code.

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?