write a programme to get a character and thier ASCII value


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is c++ coding?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


What are all predefined data types in c++?

0 Answers  


What is the use of object in c++?

0 Answers  


What is the difference between map and hashmap in c++?

0 Answers  






What are keywords in c++?

0 Answers  


Define virtual constructor.

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

0 Answers   College School Exams Tests, CS,


Are there any new intrinsic (built-in) data types?

1 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What is the need of a destructor?

0 Answers  


Categories