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 is the use of setfill in c++?
How do I download c++?
What is endl?
What does the linker do?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Write a program to concatenate two strings.
What is lambda expression c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is an object in c++?
What is #include iostream in c++?
Is c++ pass by reference or value?
Differentiate between a constructor and a destructor in c++.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is scope resolution operator in c++ with example?
Which is better turbo c++ or dev c++?