Here we use a function putchar() which is directaly convert the ascii value into character..
#include<stdio.h>
void main()
{
putchar(99);
}
output:-
c
EasyCodingZone provides project ideas with source code, programming tutorials, interview preparation, roadmaps and notes for BCA, B.Tech, MCA and computer science students. Learn Python, Java, Web Development, Machine Learning, and DSA in a simple and practical way.