C Programming Assessment-1

C Programming Assessment-1

University

20 Qs

quiz-placeholder

Similar activities

Bridge course with C

Bridge course with C

University

20 Qs

C Programing

C Programing

University

25 Qs

Computer Quiz

Computer Quiz

12th Grade - University

16 Qs

C Programming

C Programming

University

20 Qs

Array Addresses 2024

Array Addresses 2024

University

20 Qs

BASIC C QUIZ

BASIC C QUIZ

University

15 Qs

Pointers in C

Pointers in C

University

24 Qs

BS TEST2

BS TEST2

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?