How can we check whether the contents of two structure variables are same or not?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by const correctness?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
Describe run-time type identification?
Do you know what are static and dynamic type checking?
What is binary object model?
Can we delete this pointer in c++?
Is it possible for a member function to use delete this?
Define namespace in c++?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Describe the advantage of an external iterator.
Write a Program for find and replace a character in a string.