Let's play with C and some reasoning

Let's play with C and some reasoning

12th Grade

15 Qs

quiz-placeholder

Similar activities

ACT 4 Vocab Macbeth

ACT 4 Vocab Macbeth

12th Grade

13 Qs

Kod Arahan F2

Kod Arahan F2

9th - 12th Grade

20 Qs

Midterm 12C SU

Midterm 12C SU

12th Grade

19 Qs

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

12th Grade

15 Qs

Tema 3. Fundamentos de programación

Tema 3. Fundamentos de programación

12th Grade

10 Qs

AP CSP Unit 3

AP CSP Unit 3

9th - 12th Grade

15 Qs

Ulangan Harian Nat Kelas XII TKJ 1

Ulangan Harian Nat Kelas XII TKJ 1

12th Grade

20 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

Let's play with C and some reasoning

Let's play with C and some reasoning

Assessment

Quiz

Education

12th Grade

Hard

Created by

Valavala dadi naga siva sai pavan

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who's of the following escape character is also know as

CR(Carriage Return)

\r

\a

\b

\t

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of binary search algorithm in worst case scenario?

O(n)

O(1)

O(log n)

O(n²)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C , the placement of elements of a two dimensional array is

Column wise

Row wise

Diagonal wise

Bottom to top wise

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum dimension of an array allowed in C?

10

100

1000

No such limit exists

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the above code:

#include<stdio.h>

int main()

{

int a,b,c;

a=5;

b=3;

c=(a*5+b)/(a%b);

printf("%d",a);

return 0;

}

3

5

0

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

String is not empty

the string is empty

Compile time error

Runtime Error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

5,7

2,9

0,4

1,5

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?