Home
About
Contact
Header Ads Widget
Home
Coding Questions
_C/C++ Programs
_Python Programs
_Data Structure Programs
_Competitive Coding
Practice Problems
Key Points
Notes
MCQs
Interview
Home
key points
How to print any Character without using formate specifier..
How to print any Character without using formate specifier..
Rajnish Tripathi
16:12
Here we use a function
putchar()
which is directaly convert the ascii value into character..
#include<
stdio.h
>
void
main
()
{
putchar
(
99
);
}
output:-
c
Post a Comment
0 Comments
Popular post
PPS 1st year (C programming ) handwritten notes Aktu
11:47
pps unit 1 notes
09:54
All important formula of engineering math 4 AKTU.
00:34
Social Plugin
MCQs
3/MCQs/post-list
Tags
Companies
Data structure
MCQs
Notes
c-programs
competitve programs
doubts
key points
practice problems
python
0 Comments