MindSpace Computers C Quiz-1 2025

MindSpace Computers C Quiz-1 2025

Professional Development

13 Qs

quiz-placeholder

Similar activities

PST Using C Part1

PST Using C Part1

Professional Development

10 Qs

Functions on C

Functions on C

Professional Development

15 Qs

C Code Master lvl 2 A

C Code Master lvl 2 A

Professional Development

10 Qs

Lenguaje C

Lenguaje C

Professional Development

15 Qs

c program -basic

c program -basic

Professional Development

10 Qs

MindSpace Computers C Test-5

MindSpace Computers C Test-5

Professional Development

15 Qs

Demo C programming

Demo C programming

Professional Development

10 Qs

SLG IPC144 Week 11

SLG IPC144 Week 11

Professional Development

15 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?