Answer Posted / mahan
struct has come into c++ from C. It enables to group together different elements of different types so that we can access them together. Basically it simplifies memory access. All members in a struct have their access as public.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are stacks?
What is vectorial capacity?
What is == in programming?
What are protected members in c++?
What do you mean by volatile and mutable keywords used in c++?
What are the various operations performed on stack?
What is ofstream c++?
What are the various compound assignment operators in c++?
What are the advantages of using const reference arguments in a function?
Does c++ vector allocate memory?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Comment on local and global scope of a variable.
Describe linked list using C++ with an example.
What are the types of container classes?
Explain function overloading