Question Detail If (*p) and **p is same NoYes Answer: Option A Similar Questions : 1. We can insert pre written code in a C program by using #read#get#include#put Answer: Option C 2. Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B 3. What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf(\"%d\",x); } error010Garbage value Answer: Option B 4. A member is a Variable in a structureDatatype of structureStructure pointerNone of above Answer: Option A 5. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C Read more from - C Programming Questions Answers - Chapter 1