Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Ascii values within the C and C++ forums, part of the Software Development category; how to access the ascii values of characters in c program...
|
|||||||
|
|||
|
Re: Ascii values
#include<stdio.h>
#include<conio.h> void main() { char ch; printf("Enter any character:- "); scanf("%c",&ch); printf("Ascii value of %c is %d",ch,ch); getch();} |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to do populate values in Quality Center from values in Excel? | snabors | Quality Center | 1 | 03-08-2008 04:14 AM |
| Convert dbf file to ASCII (text) file | mohit1211 | Oracle | 2 | 02-17-2008 11:54 PM |
| How to create ASCII file in oracle with out using UTL package | srinivasa.dinesh | Oracle | 2 | 02-05-2008 05:31 AM |
| How to get values from one table | paoan1 | Oracle | 2 | 12-12-2007 05:49 AM |
| ASCII Resume Writing—Some Tips to Get You Writing | timmy | Resume Help | 2 | 12-04-2006 09:27 PM |