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

Post New Answer

More C++ General Interview Questions

What do you mean by const correctness?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


Describe run-time type identification?

1 Answers  


Do you know what are static and dynamic type checking?

0 Answers  






What is binary object model?

0 Answers  


Can we delete this pointer in c++?

0 Answers  


Is it possible for a member function to use delete this?

0 Answers  


Define namespace in c++?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Describe the advantage of an external iterator.

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


Categories