C Programming Determine Output:void main(){ char far *farther, *farthest; printf("%d..%d", sizeof(farther), sizeof(farthest));} 2..2 4..4 2..4 4..2 2..2 4..4 2..4 4..2 ANSWER DOWNLOAD EXAMIANS APP
C Programming The default parameter passing mechanism is call by value result call by value None of these. call by reference call by value result call by value None of these. call by reference ANSWER DOWNLOAD EXAMIANS APP
C Programming Which one of the following is not a valid identifier? _examians exam_veda examians1 1examians _examians exam_veda examians1 1examians ANSWER DOWNLOAD EXAMIANS APP
C Programming Which operator has the lowest priority? + && || ++ % + && || ++ % ANSWER DOWNLOAD EXAMIANS APP
C Programming Which of the following is not a correct variable type? float real int double char float real int double char ANSWER DOWNLOAD EXAMIANS APP
C Programming If integer needs two bytes of storage, then maximum value of an unsigned integer is 216 216 – 1 None of these 215 – 1 215 216 216 – 1 None of these 215 – 1 215 ANSWER DOWNLOAD EXAMIANS APP