Introduction & Basic Program Structure

Quiz
•
Information Technology (IT)
•
University
•
Hard
Willone Lim
Used 4+ times
FREE Resource
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
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University