C PROGRAMMING FOR 2ND AND 3RD YEAR

C PROGRAMMING FOR 2ND AND 3RD YEAR

University

35 Qs

quiz-placeholder

Similar activities

C quiz by Rachai

C quiz by Rachai

5th Grade - University

30 Qs

Arrays in C

Arrays in C

University

40 Qs

Operators

Operators

University

32 Qs

Computer Programming-2

Computer Programming-2

University

30 Qs

Basics of C

Basics of C

University

40 Qs

Quiz # 3- Computer Programming 2

Quiz # 3- Computer Programming 2

University

30 Qs

แบบทดสอบหน่วยที่ 1-3 การเขียนโปรแกรมคอมพิวเตอร์

แบบทดสอบหน่วยที่ 1-3 การเขียนโปรแกรมคอมพิวเตอร์

University

30 Qs

Data Structure and Algorithm Pre-Examination

Data Structure and Algorithm Pre-Examination

University

34 Qs

C PROGRAMMING FOR 2ND AND 3RD YEAR

C PROGRAMMING FOR 2ND AND 3RD YEAR

Assessment

Quiz

Computers

University

Hard

Created by

sonam tomar

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Global variable are available to all functions. Does there exist a mechanism by way of which it available to some and not to others.

YES

NO

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What does the following code fragment write to the monitor?

Under

Over

Under the limit

Over the limit

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What will be the output of the program?
Hello
Hi Hello
No output
Infinite loop

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pickup odd one out

a=a+1;

a+=1

a++

a=+1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int main()

{

float c = 3.5 + 4.5;

printf("%f", c);

return 0;

}

7

8

9

8.000000

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h>

int main(){

int x= 5%2 *3/2;

printf("%d",x);

return 0;

}

1

2

3

99

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator performs operations on data in Binary Level.

Logical operator

Bitwise operator

Conditional operator

None

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?