C Programming YCAP 3 Post Test ET B

C Programming YCAP 3 Post Test ET B

Professional Development

30 Qs

quiz-placeholder

Similar activities

AWS 9 Journey

AWS 9 Journey

Professional Development

29 Qs

Post Test

Post Test

Professional Development

25 Qs

CFP: Networking

CFP: Networking

Professional Development

30 Qs

C Programming (Pre test ET Sec B)

C Programming (Pre test ET Sec B)

Professional Development

25 Qs

ECS Midterm 1 (2023)

ECS Midterm 1 (2023)

Professional Development

25 Qs

FrontEnd Raibagh

FrontEnd Raibagh

Professional Development

33 Qs

Quiz de Seguridad Web

Quiz de Seguridad Web

Professional Development

27 Qs

Wiingy : Demo Preparation

Wiingy : Demo Preparation

Professional Development

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