Assessment-2

Assessment-2

20 Qs

quiz-placeholder

Similar activities

C Programming - Quiz

C Programming - Quiz

University

20 Qs

A Quiz on C Programming

A Quiz on C Programming

University

20 Qs

Oração Coodenada (sindética e assindética)

Oração Coodenada (sindética e assindética)

6th Grade

20 Qs

coding beast set 2

coding beast set 2

University

20 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

Ujian Semester Pemprograman Dasar

Ujian Semester Pemprograman Dasar

University

20 Qs

C Coding Contest Round 1

C Coding Contest Round 1

University

25 Qs

PYTHON STARTER PACK: แบบทดสอบผู้กล้าสายโค้ด

PYTHON STARTER PACK: แบบทดสอบผู้กล้าสายโค้ด

KG - University

20 Qs

Assessment-2

Assessment-2

Assessment

Quiz

Education

Hard

Created by

Narendra Varma

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library/header file provides better handling of strings?

stdio.h

char.h

string.h

sequence.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many parameters do strcat takes?

2

1

5

no parameters

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many storage classes are there in C?

4

3

10

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can we change the entry point to main function by applying pointer to a function concept?

Can we change the entry point to main function by applying pointer to a function concept?

b) No, pointer to a function can’t be applied to main function.

c) Yes, it is possible to change any function entry point using pointer to a function concept.

d) No,There is no pointer to function concept in C.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of pointer-to-pointer in 32 bit system?

1byte

2byte

16byte

4byte

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does malloc() function return?

a) Null pointer

b) Integer pointer

c) Pointer to a pointer

d) Array Pointer of memory sequence

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are not pre-processing commands?

a) #define PI 3.1415169

b) #include

c) typedef int Integer;

d) #warning “Debug mode is enabled”

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?