Use ASCII chart. int i=65; char ch; ch= (char)i; printf("Expected value of ch: A. This value is found by using a ASCII chart");