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
had deferred with
B
are deferred till
C
No correction required
D
were deferred to
E
were deferred till
Share : |
A It will print a garbage value
B It prints ASCII value of the binary number present in the first byte of a float variable a.
C It prints character equivalent of the binary number present in the first byte of a float variable a.
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 char
B k is a pointer to a pointer to a pointer to a pointer to a char
C k is a pointer to a pointer to a pointer to a char
D k is a pointer to a char pointer
Share : |
A Error: Invalid indirection
B Output: 1
C Output: 3
D Output: Garbage value
Share : |
A pt='\0';
B pt='\n';
C *pt='\0';
D *pt='';
Share : |
A *j=s;
B j=s;
C *j=&s;
D &j=s;
Share : |
A True
B False Share : |
A False
B True
Share : |
A False B True
Share : |