#14 Answer: Option D #15 Answer: Option B #16 Answer: Option - TopicsExpress



          

#14 Answer: Option D #15 Answer: Option B #16 Answer: Option A Explanation: The conditional macro #if must have an #endif. In this program there is no #endif statement written. #17 Answer: Option B Explanation: The statement 1 and 2 does not yield the base address of the array. While the scanf() and printf() yields the base address of the array. #18 Answer: Option A Explanation: True, these macros are used for conditional operation. #if #elif #endif #19 Answer: Option B Explanation: There is an error in the line emp int xx; To overcome this error, remove the int and add the struct at the begining of emp int xx; #include struct emp { char name[20]; int age; }; int main() { struct emp xx; int a; printf("%d ", &a); return 0; } here are the answers please keep commenting and sharing our page we want more likes!!!!
Posted on: Tue, 11 Jun 2013 04:46:21 +0000

Trending Topics



Recently Viewed Topics




© 2015