Y
Q. What is the problem in the following C declarations?
int func(int); double func(int); int func(float);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which data type is most appropriate for storing the value 57000 in a 32-bit system?
Q. Which of the declaration is correct?
Q. String constants should be enclosed between ___
Q. The worst case time complexity of AVL tree is better in comparison to binary search tree for
Q. c = (n) ? a : b; can be rewritten asexp1 ? exp2 : exp3;
Q. What will be the output of the following C program?
Q. What is the output of the C Program?
Q. Which C keyword is used to extend the visibility of variables?
Discusssion
Login to discuss.