C Basics - 1

C Basics - 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Sylvan Day 2 Prep Review- Script Overview

Sylvan Day 2 Prep Review- Script Overview

Professional Development

10 Qs

Quest 2 (Digital Teacher)

Quest 2 (Digital Teacher)

Professional Development

14 Qs

Compliance policy test

Compliance policy test

Professional Development

10 Qs

Quiz Epson

Quiz Epson

KG - Professional Development

8 Qs

Quiz Pemahaman Program Budaya 2.0

Quiz Pemahaman Program Budaya 2.0

Professional Development

10 Qs

KUIZ TS25 SK TAMAN BERSATU

KUIZ TS25 SK TAMAN BERSATU

Professional Development

10 Qs

8051 microcontroller basics

8051 microcontroller basics

University - Professional Development

10 Qs

Quiz Seminar International Urban Farming

Quiz Seminar International Urban Farming

Professional Development

10 Qs

C Basics - 1

C Basics - 1

Assessment

Quiz

Education

Professional Development

Medium

Created by

Karthick M

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are all the parts of the structure of c Programming

  1. Documentation

  2. Link

  3. Definition

  1. Global Declaration 

  2. Main() function

  3. Subprograms

All the above

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to have documentation in C program

// C program to print the Pyramid Pattern

// Author: Alisha

C program to print the Pyramid Pattern

// Author: Alisha


// Document

C program to print the Pyramid Pattern

Author: Alisha


None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C program, Linking refers to

Link to another program

Link to media files

adding necessary header files

Link to other files

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A global variable is declared outside of a function

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The execution of a program starts with

User function

Header files

first line of a program

Main() function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 subprograms refer to functions or procedures that perform a specific task or set of tasks and can be called from other parts of the program.


True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we print new line in C program

\n

\t

\nbsp

\line

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?