Difference between strdup and strcpy?
No Answer is Posted For this Question
Be the First to Post Answer
Define upcasting.
What are arithmetic operators?
5. Can inline functions have a recursion?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What are the differences between malloc() and calloc()?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Explain dangling pointer.
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What are the two types of comments?
Can we use this pointer inside static member function?
What would happen on forgetting [], while deallocating an array through new?
What is an action class?