Thursday 21 July 2011

Decimal to hexadecimal conversion in c


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}









1. C code to convert decimal to hexadecimal





#include



int main(){



    long int decimalNumber,remainder,quotient;



    int i=1,j,temp;



    char 

No comments:

Post a Comment