program that will accept any name and will be stored in an
array
Answer Posted / gunda raj
char a[10];
cout<<" enter any name please";
for(int i=0;i<9;i++)
{
cin>>a[i];
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to convert between arrays and strings
code to positioning of window in certain dimensions
code to images to rollover
Reading which Non-Character Key was pressed
how to create Expandable and Collapsible Menus
how to Auto Scroll the page
code to create a new window
create Drop-Down Navigation Menus
program to bring a window to the front
code to set the main window's size
code to detect availability of cookies
program to show a progress bar
determine which Element received an Event
write a code to generate pseudorandom numbes
how to get the User's Time of Day