World Top Softwares
Login Please

Join the forum, it's quick and easy

World Top Softwares
Login Please
World Top Softwares
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Log in

I forgot my password

Latest topics
» Practically as cut-price as files
program struct EmptyMon Aug 01, 2011 11:44 pm by Guest

» Netbook Brands
program struct EmptyMon Aug 01, 2011 5:39 am by Guest

» backlinks checker backlink service
program struct EmptySun Jul 31, 2011 8:56 am by Guest

» how to buy facebook fans f4
program struct EmptySat Jul 30, 2011 2:34 pm by Guest

» Alle bijzondere dingen in de zaanstreek
program struct EmptySat Jul 30, 2011 8:11 am by Guest

» HERE YOU CAN POST ALL WEBSITE LINKS...
program struct EmptyWed Aug 26, 2009 2:16 pm by onesimpletech

» cool web site for all must check it
program struct EmptyMon Jul 06, 2009 2:32 pm by Snopy Cobra

» poetry spirit
program struct EmptyMon Jul 06, 2009 2:31 pm by Snopy Cobra

» best to learn VC++
program struct EmptySun May 10, 2009 3:22 pm by Guest

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Statistics
We have 30 registered users
The newest registered user is deigavr

Our users have posted a total of 191 messages in 126 subjects
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 125 on Wed Apr 07, 2021 9:18 am
RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



program struct

Go down

program struct Empty program struct

Post by snopycobra Wed Feb 18, 2009 5:25 pm

#include
void main(void)
{
struct data
{
char name[15];
char fname[15];
int age;
int nic;
}dataa[5];

{
int i;
for(i=0;i<=4;i++)
{


printf("ENTER YOUR NAME");
scanf("%s",&dataa[i].name);
printf("ENTER YOUR FATHER NAME");
scanf("%s",&dataa[i].fname);
printf("ENTER YOUR AGE");
scanf("%d",&dataa[i].age);
printf("ENTER YOUR NIC NUMBER");
scanf("%d",&dataa[i].nic);
}
}
}



//Name, Father’s Name, Age, NIC # etc]*/

snopycobra

Number of posts : 1
Reputation : 0
Registration date : 2009-01-06

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum