Latest Answer: Using macro, Execution become fast.In real time, if time of execution is the main criteria then you have to use macro rather the functions. ...
Latest Answer: It's A. empty ...
Latest Answer: stack ...
Which of the following 'return' statement is correct?A. return, return;B. return(1, 2, 3);C. return(return 4);D. (return 5, return 6);
What is the output of the program?#include void main(){char buffer[10] = {"Genesis"};printf(" %d ", &buffer[4]- (buffer));}A. 3B. 4C. 0D. Illegal pointer subtraction
B
If "arr" is an array of 5 x 5 dimension, arr[2][4] is same asA. **(a+3+4)B. *(a+3)+*(a+4)C. **(a+3)+4D. *(*(a+2)+4)
(b/(b2+1))
Latest Answer: b2/(b2-1) where b2 = b to the power of 2 ...
624
Latest Answer: total: 5*5*5*5=625one is correct so unsuccessful=625-1=624 ...
3
Latest Answer: Let sqrt(6+...)=x;
therefore: sqrt(6+x)=x squaring, 6+x=x^2;
solving for x,x=3 ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top