Computer Sciences > GATE 2023 > Functions
Consider two functions of time (t),
f(t) = 0.01 t2
g(t) = 4 t
where 0 < t < ∞.
Now consider the following two statements:
(i) For some t > 0, g(t) > f(t).
(ii) There exists a T, such that f(t) > g(t) for all t > T.
Which one of the following options is TRUE?
A
only (i) is correct
B
only (ii) is correct
C
both (i) and (ii) are correct
D
neither (i) nor (ii) is correct

Correct : c

Similar Questions

The following function computes the maximum value contained in an integer array p[] of size n (n >= 1) int max(int *p, int n) { &nbsp; &nbsp; int a=0, b=n...
#123 MCQ
Consider the following C program. void f(int, short); void main() { &nbsp; &nbsp; int i = 100; &nbsp; &nbsp; short s = 12; &nbsp; &nbsp; short *p = &s; &...
#144 MCQ
Consider the following function implemented in C: void printxy(int x, int y) { &nbsp; &nbsp; int *ptr; &nbsp; &nbsp; x = 0; &nbsp; &nbsp; ptr = &x;...
#159 MCQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......