Introduction & Basic Program Structure

Introduction & Basic Program Structure

University

10 Qs

quiz-placeholder

Similar activities

ADBM_Quiz_2_C

ADBM_Quiz_2_C

University

10 Qs

Desenvolvimento Mobile

Desenvolvimento Mobile

University

15 Qs

Direitos de Autor

Direitos de Autor

8th Grade - University

15 Qs

FUNDAMENTO DE PROGRAMACIÓN - PRUEBA DIAGNOSTICA

FUNDAMENTO DE PROGRAMACIÓN - PRUEBA DIAGNOSTICA

University

10 Qs

Diagnóstico de Algoritmos y Fundamentos de Programacion

Diagnóstico de Algoritmos y Fundamentos de Programacion

University

10 Qs

Session 15 + 16 : Function

Session 15 + 16 : Function

University

13 Qs

CHFI Module 1

CHFI Module 1

University

10 Qs

Animation Techniques Quiz

Animation Techniques Quiz

10th Grade - University

10 Qs

Introduction & Basic Program Structure

Introduction & Basic Program Structure

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Willone Lim

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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?