PRF192_-_SU_2023_-_Block_5_-_RE_751.webp
Choso87

PRF192_-_SU_2023_-_Block_5_-_RE_751.webp

  • Media owner Choso87
  • Ngày thêm
Answer (Choose 1 answer)
(See picture)
Choose the right answer bellow:
A. 9
B. 11
C. 10
D. 12
E. 8

/* What will be the output of the following program? */
#include <stdio.h>
#include <conio.h>
int func(int t)
{ return 2*t;
}
int rec (int x)
int f;
if (x == 1) return (1);
return (2* func(x-1));
}
}
int main()
} printf ("%d", rec(3));
getch();
return 0;
}
Exit (12

Thông tin

Category
PRF192
Thêm bởi
Choso87
Ngày thêm
Lượt xem
4,047
Lượt bình luận
11
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRF192_-_SU_2023_-_Block_5_-_RE_751.webp
File size
66.5 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom