| Directions to Solve Which of phrases given below each sentence should replace the phrase printed in bold type to make the grammatically correct? If the sentence is correct as it is, mark 'E' as the answer. A 
were deferred to
  B 
are deferred till
  C 
had deferred with
  D 
were deferred till
  E 
No correction required
  Share :  | 
| A It prints character equivalent of the binary number present in the first byte of a float variable a.
  B It prints ASCII value of the binary number present in the first byte of a float variable a.
  C It will print a garbage value
  D It will print 3
  Share :  | 
| A **k=a;
  B *k=&a
  C &k=*a
  D k=&a;
  Share :  | 
| A k is a pointer to a pointer to a pointer to a char
  B k is a pointer to a pointer to a char
  C k is a pointer to a char pointer
  D k is a pointer to a pointer to a pointer to a pointer to a char
  Share :  | 
| A Output: 3
  B Output: Garbage value
  C Error: Invalid indirection
  D Output: 1
  Share :  | 
| A *pt='\0';
  B pt='\0';
  C *pt='';
  D pt='\n';
  Share :  | 
| A &j=s;
  B *j=s;
  C *j=&s;
  D j=s;
  Share :  | 
| A True
  B False  Share :  | 
| A True
  B False
  Share :  | 
| A True
  B False  Share :  | 
 
                            
 
             
            