Question: c programing. can you check my work? Given the following variable declarations complete the table below. Assume the proper header files have been included. char
Given the following variable declarations complete the table below. Assume the proper header files have been included. char a. 20. f . 16 ; int d e -20, f. 16 : int *p = NULL , **q = NULL , r = NULL; double hull; t = NULL, * = NULL; 1. 107_70] For each expression list what the variable declaration would look like. Expression Data Type C Declaration Syntax char IN Pointer to an int e I Address of Ponter Address of double Pointer to a dochle s 2. [107_70] For each statement circle whether there is a type mismatch or there is no type mismatch. Statement Data Type Type Mismatch? a = b ; Type Mismatch / No Type Mismatch *p = e ; Type Mismatch 1 No Type Mismatch p = &f; Type Mismatch No Type Mismatch *p = &d; Type Mismatch / No Type Mismatch q=&p; Type Mismatch ! No Type Mismatch t = 0; Type Mismatch ! No Type Mismatch S = 9; Type Mismatch i No Type Mismatch
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
