Structures in C++ Language


Structures in C++ Language


Structure is a collection of variables of different data types under a single name.It is similar to class in
that,both holds a collection of data of different data types.



EXAMPLE OF STRUCTURE:




We have discus structures in details in C language tutorials in my previous lecture so please check
it or click on link :- structure



Comments

Popular posts from this blog

Important Announcements(download all my book free)

O LEVEL- INTERNET TECHNOLOGY & WEB DESIGN

Call by Reference with Pointer in C Language part-4-a