Is there structure in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


What are the classes in c++?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  






Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


What is the difference between public, private, and protected access?

0 Answers  


What is buffer and example?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


What methods can be overridden in java?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  


Categories