Geeks Talk

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.

Ascii values

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...

Go Back   Geeks Talk > Software Development > C and C++
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 03-09-2009
Junior Member
 
Join Date: Mar 2009
Location: hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ITROCKZ is on a distinguished road
Ascii values

how to access the ascii values of characters in c program
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-10-2009
Junior Member
 
Join Date: Mar 2009
Location: india
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Pallavi g rao is on a distinguished road
Re: Ascii values

Quote:
Originally Posted by ITROCKZ View Post
how to access the ascii values of characters in c program
#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();}
Reply With Quote
  #3 (permalink)  
Old 03-10-2009
Junior Member
 
Join Date: Mar 2009
Location: india
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Pallavi g rao is on a distinguished road
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();}
Reply With Quote
Reply

  Geeks Talk > Software Development > C and C++

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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 03:14 AM
Convert dbf file to ASCII (text) file mohit1211 Oracle 2 02-17-2008 10:54 PM
How to create ASCII file in oracle with out using UTL package srinivasa.dinesh Oracle 2 02-05-2008 04:31 AM
How to get values from one table paoan1 Oracle 2 12-12-2007 04:49 AM
ASCII Resume Writing—Some Tips to Get You Writing timmy Resume Help 2 12-04-2006 08:27 PM


All times are GMT -4. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved