Skip to Main Content
Programming and Data Structures
book

Programming and Data Structures

by Ashok Kamthane
August 2009
Intermediate to advanced content levelIntermediate to advanced
604 pages
21h 39m
English
Pearson India
Content preview from Programming and Data Structures
376 Programming and Data Structures
It is also possible to pass structure elements to a function. This is similar to passing an ordinary
variable to a function. One can pass individual structure elements or entire structure by value or
address.
It is also possible to create structure pointers. In the pointer we have studied pointing a pointer to an
integer, pointing to a float and pointing to a char. In a similar way we can create a pointer pointing to
structure elements. For this it requires - > operator.
12.3 DECLARATION AND INITIALIZATION OF STRUCTURES
Structures can be declared as given below,
struct structtype
{
type variablel;
type v ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Data Structures and Algorithms

Learning Data Structures and Algorithms

Rod Stephens
Data Structures and Algorithms in C++, Second Edition

Data Structures and Algorithms in C++, Second Edition

Michael T. Goodrich, Roberto Tamassia, David M. Mount

Publisher Resources

ISBN: 9789332506343