Apr 12 2008 05:01 PM 4169 4 Find ASCII value. ashoksurati How to find the ASCII value of an element ? anujpaliwal Profile Answers by anujpaliwal Questions by anujpaliwal Feb 3rd, 2009 Main(){ char ch='+'; printf("%d",ch); } chandrikakr Profile Answers by chandrikakr Questions by chandrikakr Aug 8th, 2008 try this code:#include<stdio.h>#include<conio.h>main(){ char a; clrscr(); puts("Enter a character:"); a=ge... Answer Question Select Best Answer
Apr 12 2008 05:01 PM 4169 4 Find ASCII value. ashoksurati How to find the ASCII value of an element ? anujpaliwal Profile Answers by anujpaliwal Questions by anujpaliwal Feb 3rd, 2009 Main(){ char ch='+'; printf("%d",ch); } chandrikakr Profile Answers by chandrikakr Questions by chandrikakr Aug 8th, 2008 try this code:#include<stdio.h>#include<conio.h>main(){ char a; clrscr(); puts("Enter a character:"); a=ge... Answer Question Select Best Answer
anujpaliwal Profile Answers by anujpaliwal Questions by anujpaliwal Feb 3rd, 2009 Main(){ char ch='+'; printf("%d",ch); }
chandrikakr Profile Answers by chandrikakr Questions by chandrikakr Aug 8th, 2008 try this code:#include<stdio.h>#include<conio.h>main(){ char a; clrscr(); puts("Enter a character:"); a=ge...