Which of the following is a correct syntax to declare a variable in C?

Basics of C and DS

Quiz
•
Education
•
University
•
Hard
Yelipe Rishi
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A) int num;
B) int = num;
C) num int;
D) variable int;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.What does the sizeof operator do in C?
A) Returns the size of a variable in bytes
B) Returns the size of a variable in bits
C) Allocates memory dynamically
D) None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.Which function is used to get input from the user in C?
A) scanf()
B) printf()
C) input()
D) gets()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.What is the correct way to declare a pointer to an integer in C?
A) int *ptr;
B) pointer int ptr;
"C) int ptr*;
D) int ptr;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.Which operator is used to access a member of a structure through a pointer?
A) . (dot operator)
B) -> (arrow operator)
C) & (address-of operator)
D) * (dereference operator)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.What is the time complexity of accessing an element in an array?
A) O(1)
B) O(n)
C) O(log n)
D) O(n^2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.In a singly linked list, which operation is performed in O(1) time complexity?
A) Inserting at the end
B) Deleting from the beginning
C) Accessing an element by index
D) Inserting at a specific position
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Python

Quiz
•
1st Grade - Professio...
10 questions
1.0 Introduction To Fundamentals Of Programming

Quiz
•
University
11 questions
Python Variable and Datatype Quiz

Quiz
•
University
20 questions
Kuis 1 ASD

Quiz
•
University
15 questions
Basics of Control Systems

Quiz
•
University
18 questions
C Language 101

Quiz
•
University
20 questions
BRAIN BUSTERS (ROUND2)

Quiz
•
University
20 questions
Python Coding Contest

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade