Write a program to accept a character & display its
corrosponding ASCII value & vice versa?
Answer Posted / priya
Can any one tell me the answer....
if any one knows the answer pls mail the answer at this id
plsss
priya_del06@yahoo.com
| Is This Answer Correct ? | 33 Yes | 16 No |
Post New Answer View All Answers
Tell us something about keyword 'auto'.
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
If the size of int data type is two bytes, what is the range of signed int data type?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the difference between c and python?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
write a program to copy the string using switch case?
I need testPalindrome and removeSpace
#include
Explain what does the function toupper() do?
If you know then define #pragma?
How do you convert strings to numbers in C?
What are the advantages of using macro in c language?
Are the outer parentheses in return statements really optional?