C Programming Assessment-1

C Programming Assessment-1

University

20 Qs

quiz-placeholder

Similar activities

OCS752_CP_WEEKLY_TEST3 (20.08.2020)

OCS752_CP_WEEKLY_TEST3 (20.08.2020)

University

20 Qs

C - Structures

C - Structures

University

20 Qs

C programming

C programming

University

15 Qs

Playing with C

Playing with C

University

20 Qs

Pointers

Pointers

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

PSP Module-4

PSP Module-4

University

20 Qs

Technical Quiz

Technical Quiz

University

20 Qs

C Programming Assessment-1

C Programming Assessment-1

Assessment

Quiz

Computers

University

Hard

Created by

Munnangi Vinay

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where does C program executes?

CPU (micro processor)

ROM

Hard disk

North Bridge

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not mandatory to run C program?

i) Header section

ii) Main section

iii) Global declaration section

iv) Documentation Section

i only

ii,iii,iv

i,iii,iv

iii,iv

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not an application of C-Language?

Kernel development

Machine Learning

IOT and embedded systems

Operating Systems

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the extension for C-object code file?

.compile

.cobj

.obj

.object

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the appropriate output

#include

void main()

{

printf(“%f”,3.14);

}

3.140000

3.1400

3.14

3.0

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

With what return value does the program exits?

#include

int main()

{

printf(“This is an C exam”);

}

0

-1

17

1

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is true about const keyword?

Characters can’t be declared using const keyword as they are not mathematical constants.

Constants can change its value if they are declared in global declaration section.

Constants are read-only entities.

Constants occupy more space than that of normal variables of same type.

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?