Search Header Logo

Introduction & Basic Program Structure

Authored by Willone Lim

Information Technology (IT)

University

Used 4+ times

Introduction & Basic Program Structure
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

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

Media Image

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

Media Image

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

Media Image

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

Media Image

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

Media Image

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[]);

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?