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 is an adaptor class in c++?

0 Answers  


What does asterisk mean in c++?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


What does extern mean in a function declaration in c++?

0 Answers  


How do you declare a set in c++?

0 Answers  






What are the various arithmetic operators in c++?

0 Answers  


How did c++ start?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


If you don’t declare a return value, what type of return value is assumed?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


How to declare an array of pointers to integer?

0 Answers  


Categories