C Programming YCAP 3 Post Test ET B

C Programming YCAP 3 Post Test ET B

Professional Development

30 Qs

quiz-placeholder

Similar activities

FrontEnd Bihongal

FrontEnd Bihongal

Professional Development

33 Qs

Wiingy : Demo Preparation

Wiingy : Demo Preparation

Professional Development

31 Qs

Post Test

Post Test

Professional Development

25 Qs

Pre assessment frontend

Pre assessment frontend

Professional Development

33 Qs

FrontEnd Bailhongal

FrontEnd Bailhongal

Professional Development

33 Qs

Electrical Engineering Quiz

Electrical Engineering Quiz

Professional Development

33 Qs

Chapter 11 2021 UPC

Chapter 11 2021 UPC

Professional Development

26 Qs

Oscillator and waveshaping circuit

Oscillator and waveshaping circuit

Professional Development

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