Orientation Quiz

Quiz
•
Computers
•
University - Professional Development
•
Hard

Akil Morani
Used 5+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is it possible to run program without main() function?
Yes
No
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many main() function we can have in our project?
1
2
No Limits
Depends on Compiler
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is sizeof() in C?
Operator
Fuction
Macro
None of these
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is it true that a function may have several declaration, but only one definition.
Yes
No
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main(){
extern int i;
i = 20;
printf("%d", sizeof(i));
return 0;
}
20
0
Undefined reference to i
Linking error
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main()
{
char *ptr1, *ptr2;
printf("%d %d", sizeof(ptr1), sizeof(ptr2));
return 0;
}
1 1
2 2
4 4
Undefined
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which programming language is more faster among these?
Java
C
Visual Basic
PHP
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
Technical Quiz 2022-23

Quiz
•
University
50 questions
C Language

Quiz
•
University
50 questions
C Programming Basics

Quiz
•
University
50 questions
C Programming Basics

Quiz
•
University
49 questions
Quiz on C Operators

Quiz
•
University
50 questions
VB.NET BASIC QUIZ

Quiz
•
University
53 questions
C Programming Quiz

Quiz
•
University
50 questions
codinggss

Quiz
•
University
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