Question: How are different number bases represented in C ? a . Binary is denoted by a suffix ' b ' , hexadecimal by h '

How are different number bases represented in C?
a. Binary is denoted by a suffix 'b', hexadecimal by h'.
b. All numbers are treated as hexadecimal.
c. Base 10(decimal) is default; binary with prefix 'B', hexadecimal with prefix Ox.
* d. There is no way to represent binary or hexadecimal numbers in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!