Search Header Logo

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

Authored by PRADEEP SURASURA

others

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

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?