Why struct is used 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 main function c++?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Difference between const char* p and char const* p?

1 Answers  


What is abstraction in c++ with example?

0 Answers  


Explain bubble sorting.

0 Answers  






What size is allocated to the union variable?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


Explain about profiling?

1 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


What is the difference between public and private data members?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What is the v-ptr?

0 Answers  


Categories