C Programming Assessment-1

C Programming Assessment-1

University

20 Qs

quiz-placeholder

Similar activities

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

Unit1-2nd Half

Unit1-2nd Half

University

20 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

EC8393_FDS_WEEKLY_TEST3(18.08.20)

EC8393_FDS_WEEKLY_TEST3(18.08.20)

University

20 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Programming Concepts in C

Programming Concepts in C

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?