Home
About
Contact
Header Ads Widget
Home
Coding Questions
_C/C++ Programs
_Python Programs
_Data Structure Programs
Practice Problems
Key Points
Notes
MCQs
Interview
Projects
Home
key points
How to print any Character without using formate specifier..
How to print any Character without using formate specifier..
Rajnish Tripathi
03:42
Here we use a function
putchar()
which is directaly convert the ascii value into character..
#include<
stdio.h
>
void
main
()
{
putchar
(
99
);
}
output:-
c
Popular post
Python : missing characters : hackerrank solution
09:31
Python : string transformation | Hackerrank solution
10:04
C program to find union of two sets.
04:22
Social Plugin
MCQs
3/MCQs/post-list
Tags
c-programs
Companies
Data structure
doubts
key points
MCQs
Notes
practice problems
python