MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct syntax to convert INTEGER ‘p’ into SIGNED number of ‘b’ bits? |
| A. | conv_integer_signed(p,b);b) conv_signed_integer(p,b);c) conv_signed(p,b);d) conv_signed_p( |
| B. | ;b) conv_signed_integer(p,b); |
| C. | conv_signed(p,b); |
| D. | conv_signed_p(b); |
| Answer» D. conv_signed_p(b); | |