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); |
| Answer» E. | |