PRF193_SP25_FE_117230_3641.webp
tolerant_heart

PRF193_SP25_FE_117230_3641.webp

Kizspy | Question: 31
(Choose 1 answer)
RUBVER.COM ***
What will be the output of the following C code snippet?
#include <stdio.h>
void display(int num) {
if (num > 0)
printf("Positive");
else if (num < 0)
printf("Negative");
else
printf("Zero");
int main() {
display(-5);
return 0;
}
A. Positive
B. Negative
C. Zero
D. No output

Thông tin

Category
PRF193
Thêm bởi
tolerant_heart
Ngày thêm
Lượt xem
576
Lượt bình luận
1
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom