K.L.E. Institute of Technology, Hubballi-30.

K.L.E. Institute of Technology, Hubballi-30.

24 Qs

quiz-placeholder

Similar activities

QUIZ1 - Object Oriented Programming (OOP)

QUIZ1 - Object Oriented Programming (OOP)

KG - University

25 Qs

C-Decision-making-Question-database

C-Decision-making-Question-database

KG - University

24 Qs

C Programming (Pre test ET Sec B)

C Programming (Pre test ET Sec B)

Professional Development

25 Qs

COMPROG - IWAMOTO

COMPROG - IWAMOTO

KG - University

25 Qs

สอบปลายภาคม.3 คอมพิวเตอร์

สอบปลายภาคม.3 คอมพิวเตอร์

KG - University

20 Qs

UTS -Perbaikan - Alpro D

UTS -Perbaikan - Alpro D

KG - University

20 Qs

Coding Vocabulary Quiz #1

Coding Vocabulary Quiz #1

9th - 12th Grade

25 Qs

Sentence Structure (with IC, DC)

Sentence Structure (with IC, DC)

KG - University

19 Qs

K.L.E. Institute of Technology, Hubballi-30.

K.L.E. Institute of Technology, Hubballi-30.

Assessment

Quiz

others

Hard

Created by

PRADEEP SURASURA

FREE Resource

24 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • Ungraded

USN

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

30 sec • Ungraded

Roll No

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Division
A
B

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, if you pass an array as an argument to a function, what actually gets passed?
values of elements in the array
first element of the array
base address of the array
address of the last element of the array
None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be output of following program?#include int main() { int i = 3; int *j; int **k; j=&i; k=&j; printf(%u %u %d ”,k,*k,**k); return 0; }
Address, 3, 3
Address, Address, 3
3, 3, 3
Compiler error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be output if you will compile and execute the following c code? #include #include "string.h" void main() { printf("%d%d",sizeof("string"),strlen("string")); }
6 6
7 7
6 7
7 6
Compiler error

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?