MEDHA - The programming quiz tests your understanding of C programming. It includes questions on code outputs, memory management, and operator precedence, assessing key C programming skills.
Addition, Subtraction, Multiplication, Division
Division, Multiplication, Addition, Subtraction
Multiplication, Addition, Division, Subtraction
Mathematical operators can be done in any order
Rate this question:
Infinite loop
Prints “Hello” once.
No output
Compile error
Rate this question:
Max = a>b ? a>c?a:c:b>c?b:c
A=b ? c=30;
A>b : c=30 : c=40;
Return (a>b)?(a:b) ?a:c:b
Rate this question:
* (asterisk)
# (Hash)
+ (Addition)
_ (underscore)
Rate this question:
Float, long double
Long double, short int
Float, double, long double
Short int, double, long int, float
Rate this question:
Value of elements in array
First element of the array
Base address of the array
Address of the last element of array
Rate this question:
R
W
X
A
Rate this question:
Strchr()
Strrchr()
Strstr()
Strnset()
Rate this question:
%L
%If
%Lf
None of the above
Rate this question:
Hello, world!
Compile error
No output
Runtime error
Rate this question:
a=5, b=3
a=5, b=3,c=0
a=5, b=3,0
Compile error
Rate this question:
C++
B++
B
MINI C
Rate this question:
Relational Arithmetic Logical Assignment
Arithmetic Relational Logical Assignment
Logical Arithmetic Relational Assignment
Assignment Arithmetic Logical Relational
Rate this question:
C++ C++
C++ ++
++ ++
Compile error
Rate this question:
Malloc
Calloc
Realloc
Resize
Rate this question:
5 5 5
5 5 garbage value
5 5 0
Compile error
Rate this question:
Executable code
Object code
Assembly code
None of above
Rate this question:
3 2 1 0
3 2 1
3 3 3
Compile error
Rate this question:
ltoa()
Ultoa()
Sprintf()
None of the above
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
C Programming 1 Quiz-Lecture
This C Programming 1 Quiz-Lecture explores fundamental computer concepts. It assesses knowledge on hardware, software, memory systems, and input devices, crucial for understanding...
Questions:
20 |
Attempts:
284 |
Last updated:
Mar 21, 2023
|
C Language MCQ Exam Trivia! Quiz
Dive into the intricacies of C programming with this engaging MCQ Exam Trivia! Quiz. Test your knowledge on variable declarations, operators, pointers, and data types. Perfect for...
Questions:
15 |
Attempts:
361 |
Last updated:
Mar 21, 2023
|
C Programming Quiz: Practice Exam!
This C Programming Quiz: Practice Exam tests understanding of C syntax and functions, assessing skills through code snippets and problem-solving scenarios. Ideal for learners...
Questions:
50 |
Attempts:
401 |
Last updated:
Mar 21, 2023
|
Copy Of C Quiz
This 'Copy of C Quiz' assesses knowledge in C programming, covering fundamentals like language history, syntax, and loop behaviors. It tests understanding of variable usage,...
Questions:
10 |
Attempts:
170 |
Last updated:
Mar 18, 2023
|
Decode The Code By ISTE(Indian Society For Technical Education)
The 'Decode The Code by ISTE' quiz tests proficiency in C programming with questions on code outputs, memory management, and recursive functions. It assesses critical thinking and...
Questions:
15 |
Attempts:
343 |
Last updated:
Mar 30, 2023
|
Programming For Problem Solving
This quiz titled 'Programming for Problem Solving' assesses knowledge in C programming, focusing on understanding functions, recursion, and program structure. It is designed for...
Questions:
30 |
Attempts:
832 |
Last updated:
Mar 22, 2023
|
Wait!
Here's an interesting quiz for you.