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

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

24 Qs

quiz-placeholder

Similar activities

QP-LPS

QP-LPS

KG - University

25 Qs

C Programming (Pre test ET Sec B)

C Programming (Pre test ET Sec B)

Professional Development

25 Qs

Prelims for Software

Prelims for Software

KG - University

25 Qs

Test linguaggio C crediti

Test linguaggio C crediti

9th - 12th Grade

20 Qs

Algoritmi e fondamenti del linguaggio C++

Algoritmi e fondamenti del linguaggio C++

10th Grade

21 Qs

C++ Biến, hằng số - Cấu trúc lập trình tuần tự

C++ Biến, hằng số - Cấu trúc lập trình tuần tự

KG - University

20 Qs

PF Surprise Quiz-1 (AY 2024-25)

PF Surprise Quiz-1 (AY 2024-25)

KG - University

24 Qs

Byte Bash-2k24

Byte Bash-2k24

KG - University

24 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?