Program to convert roman numbers to decimal in C
This is a very standard which is being asked in many interview questions. Here we are going to write the program in C which will convert Roman numbers into decimal number up to 3999 values. Before going ahead let’s revise what each roman literals means:
M = 1000
D = 500
C = 100
L = 50
X = 10
V = 5
I = 1