1. | What is x in the following program? #include<stdio.h> int main()
|
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
2. | In the following code what is 'P'? typedef char *charp; |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
3. | In the following code, the P2 is Integer Pointer or Integer? typedef int *ptr; |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|