C Language Fundamentals

C Language Fundamentals

University

10 Qs

quiz-placeholder

Similar activities

Ecosystems

Ecosystems

University

10 Qs

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (GSM)

GLOBAL SYSTEM FOR MOBILE COMMUNICATION (GSM)

University

15 Qs

github

github

University

13 Qs

Understanding Electrical Measurement Tools

Understanding Electrical Measurement Tools

11th Grade - University

12 Qs

Week10: Analog to Digital Conversion and LCD

Week10: Analog to Digital Conversion and LCD

University

10 Qs

C Programming Day-10

C Programming Day-10

University

10 Qs

Kuis Pelatihan Pertemuan 5 (3D Scanning & Printing)

Kuis Pelatihan Pertemuan 5 (3D Scanning & Printing)

University

15 Qs

Counters in Digital System

Counters in Digital System

University

10 Qs

C Language Fundamentals

C Language Fundamentals

Assessment

Quiz

Engineering

University

Practice Problem

Hard

Created by

Dr. N

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 are the basic data types available in C?

int, float, double, char, void

string, boolean, list, map

integer, decimal, character, null

list, short, long, float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between 'if' and 'switch' control structures.

'if' is used for loops, while 'switch' is for single conditions.

'if' is a function, while 'switch' is a variable type.

'if' can only handle two cases, whereas 'switch' can handle more than two.

The 'if' structure is for conditional checks, while 'switch' is for evaluating multiple cases based on a single expression.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a function in C?

To create loops in C

To define variables in C

To manage memory allocation in C

The purpose of a function in C is to encapsulate code for specific tasks, enabling code reuse and organization.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a pointer in C?

int *ptr[];

int ptr;

pointer int ptr;

int *ptr;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the relationship between arrays and pointers in C?

Arrays can only store integers in C.

Arrays and pointers are closely related; the name of an array acts as a pointer to its first element.

Pointers cannot be used to access array elements.

The size of an array is always fixed and cannot be changed.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you open a file for reading in C?

FILE *file = fopen("filename.txt", "r");

FILE *file = fopen("filename.txt", "a");

FILE *file = fopen("filename.txt", "w");

FILE *file = open("filename.txt");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared inside a function?

Block scope

Static scope

Local scope

Global scope

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?