VIKO Code Camp - C Quiz 1

A vibrant and educational image depicting a computer screen with C programming code, books on programming, and a quiz interface, surrounded by a digital environment.

VIKO Code Camp - C Programming Quiz

Test your knowledge of C programming with our engaging quiz! Perfect for beginners and seasoned developers alike, this quiz offers a chance to reinforce your understanding of key C concepts.

  • 11 multiple-choice questions
  • Instant feedback on your answers
  • Great for brushing up on your C skills
11 Questions3 MinutesCreated by CodingGuru123
What is a correct syntax to output "Hello World" in C?
Cout << "Hello World";
Console.WriteLine("Hello World");
Printf("Hello World");
System.out.print("Hello World");
How do you insert COMMENTS in C code?
/*This is a comment
// This is a comment
# This is a comment
-- This is a comment
How can you create a variable with the numeric value 5?
Num = 5;
Num = 5 int;
Val num = 5;
Int num = 5;
In C, code statements must end with a semicolon (;)
True
False
Which operator can be used to find the memory size (in bytes) of a data type or variable?
Len
Sizer
Sizeof
Memory
Which keyword can be used to make a variable unchangeable/read-only?
Const
Final
Readonly
Constant
How do you start writing a while loop in C?
If x > y while
While x > y then
While (x < y)
While x < y
How do you start writing a for loop in C?
For(i = 0; while < 5; i++)
For(x in y)
For(i = 0; I < 5; i++)
For(i=0; switch < 5; i++)
Which statement can be used to select one of many code blocks to be executed?
Default
Break
Switch
While
Which statement is used to stop a loop?
Exit
Void
Break
Continue
{"name":"VIKO Code Camp - C Quiz 1", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of C programming with our engaging quiz! Perfect for beginners and seasoned developers alike, this quiz offers a chance to reinforce your understanding of key C concepts.11 multiple-choice questionsInstant feedback on your answersGreat for brushing up on your C skills","img":"https:/images/course4.png"}
Powered by: Quiz Maker