
Mastering Programming Concepts

Quiz
•
Computers
•
University
•
Hard
Mr. Gogoi
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of accessing an element in an array?
O(n^2)
O(log n)
O(1)
O(n)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid declaration of a pointer in C?
int ptr;
float *ptr = NULL;
char ptr;
int *ptr;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code: int a = 5; printf('%d', a++);?
5.0
5
4
6
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of a stack data structure?
To store data in a First In, First Out (FIFO) manner.
To maintain a sorted list of elements.
To manage data in a Last In, First Out (LIFO) manner.
To allow random access to elements in any order.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C, how do you declare a function that returns an integer?
void functionName() {}
int functionName() {}
int functionName[] {}
function intName() {}
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? int x = 10; printf('%d', ++x);
x
12
10
11
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data structure uses LIFO (Last In, First Out) principle?
Queue
Linked List
Stack
Array
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
C Quiz 2

Quiz
•
University
25 questions
data structures and algorithms

Quiz
•
University
25 questions
Pointers in C

Quiz
•
University
30 questions
Coding Club_SNSCE Quiz (28-04-2023)

Quiz
•
University
25 questions
C PROGRAMMING

Quiz
•
University
30 questions
BUG@MASTER

Quiz
•
University
22 questions
C Language Loop and Array Quiz

Quiz
•
University
30 questions
C++ Programming Quiz sesi (ii) 2023/2024

Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University