Write a program to accept a character & display its
corrosponding ASCII value & vice versa?
Answer Posted / nigus alene
#2 is correct.
| Is This Answer Correct ? | 10 Yes | 18 No |
Post New Answer View All Answers
How many types of operators are there in c?
Is main is user defined function?
a program that can input number of records and can view it again the record
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Can include files be nested?
What are the 4 types of programming language?
What are valid signatures for the Main function?
Write a C program to count the number of email on text
Who developed c language and when?
using only #include
ATM machine and railway reservation class/object diagram
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is a newline escape sequence?
How do I round numbers?
Is anything faster than c?