C Programming YCAP 3 Post Test ET B

C Programming YCAP 3 Post Test ET B

Professional Development

30 Qs

quiz-placeholder

Similar activities

Vehicle Accident Review Board Quiz

Vehicle Accident Review Board Quiz

Professional Development

29 Qs

FrontEnd Raibagh

FrontEnd Raibagh

Professional Development

33 Qs

Wiingy : Demo Preparation

Wiingy : Demo Preparation

Professional Development

31 Qs

AWS 9 Journey

AWS 9 Journey

Professional Development

29 Qs

Post Test

Post Test

Professional Development

25 Qs

Building Services Engineering Quiz

Building Services Engineering Quiz

Professional Development

25 Qs

Causes of the Civil War

Causes of the Civil War

Professional Development

25 Qs

T Level - 1.5 & 1.6 Safety Conscious procedures

T Level - 1.5 & 1.6 Safety Conscious procedures

Professional Development

32 Qs

C Programming YCAP 3 Post Test ET B

C Programming YCAP 3 Post Test ET B

Assessment

Quiz

others

Professional Development

Hard

Created by

Rashmi Joshi

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
1.
3.75
Depends on compiler
24
3

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
2.
128
-128
Depends on the compiler
None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
3.
It will cause a compile-time error
It will cause a run-time error
It will run without any error and prints 3
It will experience infinite looping

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

4.Which of the following cannot be checked in a switch-case statement?
Character
Integer
Float
enum

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
5.
It compiles
Compiles with an warning
Not compile
Compiles and print nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
6. There is a error in the below program. Which statement will you add to remove it?
Add prototype: float f(aa, bb)
Add prototype: float f(int, float)
Add prototype: float f(float, int)
Add prototype: float f(bb, aa)

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
7.Which of the following statements correctly assigns 12 to month using pointer variable pdt?
pdt.month = 12
&pdt.month = 12
d.month = 12
pdt->month = 12

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?