R
Q. What do you call STAR * and Ampersand & in a c program context.?
int a=10, *p; p = &a; printf("%d %d", a, *p);
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 of the following typecasting is accepted by C?
Q. Find a correct C Keyword below.
Q. Which among the following is a Global Variable?
Q. What is the output of C Program with pointers?
Q. Which of the following is a User-defined data type?
Q. __________ statements are processed by the pre-processor.
Q. Which of the following type-casting is accepted in C?
Q. After the operation res = (13/5) -2, what will “res” be equal to?
Discusssion
Login to discuss.