MindSpace Computers C Quiz-1 2025

MindSpace Computers C Quiz-1 2025

Professional Development

13 Qs

quiz-placeholder

Similar activities

BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

MindSpace Computers C Test-3 2023

MindSpace Computers C Test-3 2023

Professional Development

15 Qs

PST Using C Part1

PST Using C Part1

Professional Development

10 Qs

C Module 1 Quiz

C Module 1 Quiz

Professional Development

15 Qs

ตัวแปรและประเภทข้อมูลในภาษาC

ตัวแปรและประเภทข้อมูลในภาษาC

Professional Development

10 Qs

Mech 3

Mech 3

Professional Development

10 Qs

ฟังก์ชั่น

ฟังก์ชั่น

1st Grade - Professional Development

10 Qs

MindSpace Computers C Quiz-1 2025

MindSpace Computers C Quiz-1 2025

Assessment

Quiz

Computers

Professional Development

Medium

Created by

ATUL BONDRE

Used 6+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include<stdio.h> supports which of the following:

clrscr() and getch()

scanf() and printf()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include<stdio.h> is?

Header File

Footer File

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Identify the correct output statement:

printf("Addition = %d" ,add);

scanf("Addition = %d" ,add);

display("Addition = " ,add);

show("Addition = %d, "add);

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Identify the correct input statement to input two int values:

printf("%d %d", &a, &b);

scanf("%d %d", &a, &b);

scanf("%d %d", a, b);

printf("%d %d", a, b);

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is C Language?

Programming Language

General Purpose Language

English Language

Algorithmic Language

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type can be use to represent value 19?

float

int

char

long

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type can be use to represent value 3.14?

float

int

char

long

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?