Basics of C Programming

Basics of C Programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

QUIZ 2 PLC

QUIZ 2 PLC

10th Grade - University

10 Qs

Quiz aula 7

Quiz aula 7

9th - 12th Grade

10 Qs

Вопросы по Arduino

Вопросы по Arduino

9th Grade - University

15 Qs

Mastering C Programming Concepts

Mastering C Programming Concepts

12th Grade

15 Qs

Quiz sobre Vetores e Matrizes em C++

Quiz sobre Vetores e Matrizes em C++

12th Grade

10 Qs

Kuis Python Lanjutan kelas XII

Kuis Python Lanjutan kelas XII

12th Grade

10 Qs

Test wiedzy: Tablice jednowymiarowe w C++

Test wiedzy: Tablice jednowymiarowe w C++

10th Grade - University

15 Qs

Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

11th Grade - University

10 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?