Final C Quiz

Final C Quiz

University

30 Qs

quiz-placeholder

Similar activities

Code Clash

Code Clash

University

30 Qs

Data Structures Priliminary

Data Structures Priliminary

University

30 Qs

Java Quiz

Java Quiz

University

25 Qs

2nd Class Test FEB 2021

2nd Class Test FEB 2021

University

25 Qs

STUCTURES

STUCTURES

University

25 Qs

OODP FT1 Assessment Questions

OODP FT1 Assessment Questions

University

30 Qs

Programming skill

Programming skill

University

26 Qs

String in C Programming

String in C Programming

University

26 Qs

Final C Quiz

Final C Quiz

Assessment

Quiz

Computers

University

Hard

Created by

S K

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Guess The Output
run time error
97.0
a.0000000
run timeerror

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

function which calls itself is called as
Static Function
Auto Function
Self Function
Recursive Function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string?
A group of characters
A group of special symbols
Both A and B
None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the typedef keyword in C?
Declares a new variable
Creates a new data type
Defines a constant value
Specifies the size of an array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary use of pointers in C?
To store large amounts of data.
To dynamically allocate memory at runtime.
To perform arithmetic operations on memory addresses.
To define custom data types.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the continue statement in a loop in C?
To exit the loop entirely.
To skip the current iteration and start the next one.
To increase the loop counter by 2.
To print the current loop variable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a multi-dimensional array in C?
int array[5];
int array[5][3];
int *array[5];
int array[][5];

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?