
C Programming Quiz 2

Quiz
•
Computers
•
Professional Development
•
Medium
Dr. SRET
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is meaning of following declaration ? int arr[20];
A Array of Size 20
B None of these
C Integer Array of size 20
D Array of size 20 that can have integer address
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the program if the array begins 1200 in memory?
#include
1200, 1202, 1204
1200, 1200, 1200
1200, 1204, 1208
1200, 1202, 1200
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following code? main() { int a=1, b=10; swap(a,b); printf("\n%d%d", a,b); } swap(int x, int y) { int temp; temp=x; x=y; y=temp; }
1 1
1 10
10 1
None of these
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following C code?
#include
hi
Compile time error
Nothing
Varies
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following C code?
#include
Compile time error
hi
Infinite hi
Nothing
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A function which calls itself is called a ___ function.
Self Function
Auto Function
Recursive Function
Static Function
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of C program with pointers. int main() { int a = 20; //a memory location = 1234 printf("%d %d %d %d", a, &a, *(&a)); return 0; }
20 20 20
20 1234 1234
20 1234 20
20 20 20
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
MindSpace Computers C Quiz-1 2025

Quiz
•
Professional Development
10 questions
Day 2 C Programming quiz

Quiz
•
Professional Development
10 questions
Quizzuizui

Quiz
•
Professional Development
10 questions
Day 1 C Programming Quiz

Quiz
•
Professional Development
10 questions
Demo C programming

Quiz
•
Professional Development
12 questions
AppsLab_Q3

Quiz
•
1st Grade - Professio...
10 questions
C Programming Quiz

Quiz
•
Professional Development
10 questions
c program -basic

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade