Introduction & Basic Program Structure
Quiz
•
Information Technology (IT)
•
University
•
Hard
Willone Lim
Used 4+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is a valid C main() declaration?
main() { ... }
void main() return 0;
int main() { return 0; }
int main;
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Every C program must have a main() function.
True
False
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In C, each statement must end with:
Colon, :
Semicolon, ;
Period, .
Parentheses, ()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the output be?
gcc.exe: fatal error: no input files
Hello World
HelloWorld
gcc.exe: fatal error: no input files
"C:\path\to\your\compiler.exe" failed to launch (exit code: 0)
5.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which format specifier(s) are used for an integer in printf? Select more than one answer (Select all that apply)
%f
%d
%c
%i
%s
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the following code output?
A
Hello World
format '%i' expects argument of type 'int', but argument 2 has type 'char'
65
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is the correct way to read an integer input into variable num?
scanf("%d", num);
scanf("%i", &num);
scanf("%s", &num);
scanf("%d", &num[]);
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Data Visualization with Qlik Cloud
Quiz
•
University
13 questions
Exploring Computer Network Models
Quiz
•
10th Grade - University
10 questions
GDPR and Advertising Standards Quiz
Quiz
•
University
15 questions
PRELIMS Quiz Game (FOS)
Quiz
•
University
15 questions
Adding Interactive Elements in HTML
Quiz
•
12th Grade - University
15 questions
Laguna_University
Quiz
•
University
15 questions
MS Access
Quiz
•
University
10 questions
Chapter 8: Developing Business IT Solutions
Quiz
•
University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
7 questions
Review for You: Using Commas
Interactive video
•
4th Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
Safari Scholar: Searching for Subject-Verb Agreement
Interactive video
•
4th Grade - University
