Monday, July 27, 2009

What is the syntax of this C++ declaration & program in ADA 95?

struct record


{


char name[15];


int age;





}rec[5];





main()


{


for (i=0;i%26lt;5;i++)


{


printf("Name: ");


gets(rec[i].name);


cout%26lt;%26lt;"Age: ";


cin%26gt;%26gt;rec[i].age;


}


return 0;


}

What is the syntax of this C++ declaration %26amp; program in ADA 95?
These people might be able to help you..


http://www.bleepingcomputer.com/





Or try this yahoo group...


http://tech.groups.yahoo.com/group/Compu...





They were a huge help to me.


I hope this will help you. Good Luck!


No comments:

Post a Comment