Showing posts with label Structure. Show all posts
Showing posts with label Structure. Show all posts

Tuesday, April 1, 2014

Structure and array

Home  �  C Structures  �  Structure and array









Structure within Structure (Nested Structure)

Home  �  C Structures  �  Structure within Structure




Output is as :
Enter the Name and City
Bintu
Muktsar
Name=Bintu
City=Muktsar





Monday, March 31, 2014

Simple Structure Program

Home  �  C Structures  �  Simple Structure Program






Note:- struct is the keyword which we can't use as a variable.