Explain the term memory alignment?
No Answer is Posted For this Question
Be the First to Post Answer
Which operator cannot overload?
What is the use of setfill in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Can we define function inside main in c++?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What are virtual functions in c++?
What size is allocated to the union variable?
What is srand c++?
. 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?
Difference between strdup and strcpy?
What are the five types of inheritance in C++?
Mention the storage classes in c++.