Is it possible to run program without main() function?
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
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 Quizizz
50 questions
codinggss

Quiz
•
University
48 questions
Core Java Concepts Quiz (1)

Quiz
•
Professional Development
45 questions
PRF192-fe-fa24

Quiz
•
University
50 questions
Python and C Programming Quiz

Quiz
•
University
47 questions
PPS TEST 4

Quiz
•
University
50 questions
PRF192 - FE2

Quiz
•
University
49 questions
Quiz on C Operators

Quiz
•
University
53 questions
C Programming Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade