write a programme to get a character and thier ASCII value
No Answer is Posted For this Question
Be the First to Post Answer
What is stoi in c++?
What is the difference between delegation and implemented-in-terms-of?
write a C++ programming :if the no is between 32 to 50 it will be odd.
What is buffer and example?
Explain virtual destructor?
write a program that takes 5 digit no and calculate 2 power that no and print it.
Is map thread safe c++?
Are there any new intrinsic (built-in) data types?
What is dangling pointers?and what is memory leak?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
Write about the stack unwinding?
Explain the difference between class and struct in c++?