C Structures

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View C Structures as PDF for free.

More details

  • Words: 92
  • Pages: 1
\* generation of address labels using structures*/ #include<stdio.h> #include struct address { char name[20]; char street[20]; char street[20]; char state[20]; int hno,pin; }; void main() { struct address a[100]; int i,n; printf("enter how many address labels you want\n"); scanf("%d",&n); for(i=0;i

Related Documents

C Structures
November 2019 9
C & Data Structures
November 2019 21
Data Structures C
November 2019 23
C++ Data Structures
October 2019 28
6 Structures In 'c' Ppt
November 2019 11