0x00 C Hello World Quiz questions

preview_player
Показать описание
Quiz questions
Great! You've completed the quiz successfully! Keep going! (Hide quiz)
Question #0
What are the different steps to form an executable file from C source code

Interpretation, assembly and compilation

Interpretation, compilation and assembly

Compilation and linking

Preprocessing and compilation

Preprocessing, compilation, assembly, and linking

Question #1
Which of the following are both valid comment syntaxes in ANSI C, and Betty-compliant?

/*
* Comment
*/

/* Comment /* nested */ */

# Comment

/* Comment */

/*
Comment
*/

// Comment
Question #2
Which command can be used to compile a C source file?

c-compiler

bash

gcc

Question #3
What is the common extension for a C header file?

.header

.h

.ch

.hpp

Question #4
What is the common extension for a C source file?

.txt

.cpp

.py

.c

Question #5
In which category belongs the C programming language?

Interpreted language

Compiled language
Рекомендации по теме
Комментарии
Автор

Wonderful boss. Thanks for this. Pls drop the task video. I've been learning a lot from you

rumenwisdom