Question 51 What is the output of the following ‘C’ program ? (Assuming little – endian representation of multi-byte data in which Least Significant Byte (LSB) […]
Question 13 Consider the following declaration int a, *b=&a, **c=&b; a=4; **c=5; If the statement b=(int *)**c is appended to the above program fragment then A […]