Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.79K
1 Posted Topic
[quote=smithag261;46239]I want to know how to write a program to print all ascii values and equivalent characters using a while loop. ascii values vary from 0 to 255.[/quote] Hi Smithag261, Its very easy , yu can use following code: [B]#include<stdio.h>[/B] [B]#include<conio.h>[/B] [B]void main()[/B] [B]{[/B] [B]int i;[/B] [B]clrscr();[/B] [B]for(i=0; i<=255; i++)[/B] …
The End.
ali_zulfikar