
30/04/2025
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Dr Brahma
Used 1+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following cannot be a variable name in C?
volatile
true
friend
export
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Functions in C Language are always
Internal
External
Both Internal and External
External and Internal are not valid terms for functions
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of this C code?
#include <stdio.h>
int main()
{
int n = 0, m = 0;
if (n > 0)
if (m > 0)
printf("True");
else
printf("False");
}
True
False
No Output will be printed
Run Time Error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If we need to store word "INDIA" then which is correct syntax?
char name[6] = {"I","N","D","I","A"}
char name[6] = {'I','N','D','I','A','\0'}
char name[6] = {'I','N','D','I','A'}
None of these
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following declaration mean?
int (*ptr)[10];
ptr is array of pointers to 10 integers
ptr is a pointer to an array of 10 integers
ptr is an array of 10 integers
ptr is an pointer to array
6.
MULTIPLE CHOICE QUESTION
3 mins • 2 pts
What is the output of below program?
#include <stdio.h>
int foo(int* a, int* b)
{
int sum = a + b;
b = a;
return a = sum - b;
}
int main()
{
int i = 0, j = 1, k = 2, l;
l = i++ || foo(&j, &k);
printf("%d %d %d %d", i, j, k, l);
return 0;
}
1 2 1 1
1 1 2 1
1 2 2 1
1 2 2 2
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to declare a function in C?
int func(int x, float y);
func(int x, float y) int;
int func(int x float y);
func(int x, float y)
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
Microsoft Word Basics Quiz
Quiz
•
University
20 questions
VB
Quiz
•
University
20 questions
Cuestionario de Introducción a la Programación LP1 JAVA
Quiz
•
University
20 questions
C Programming Unit-1 Test-2
Quiz
•
University
20 questions
Java Quiz 1
Quiz
•
University
20 questions
TEST1.PY
Quiz
•
10th Grade - University
20 questions
תחזוקת מחשבים ורשתות תקשורת ומכשירים סולרים
Quiz
•
7th Grade - University
20 questions
Telecommunications
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
9 questions
Principles of the United States Constitution
Interactive video
•
University
18 questions
Realidades 2 2A reflexivos
Quiz
•
7th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
25 questions
Integer Operations
Quiz
•
KG - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University
20 questions
SER vs ESTAR
Quiz
•
7th Grade - University
