write a programme to get a character and thier ASCII value
No Answer is Posted For this Question
Be the First to Post Answer
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What you know about structures in C++?
0 Answers Agilent, ZS Associates,
What is abstraction c++?
What is string in c++ programming?
List out function which we can call without using object
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What is ios :: in in c++?
What is the first name of c++?
What is the use of register keyword with the variables?
What do you mean by static variables?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the rule of three?