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 pass data between pages using Frames
code to sorting an array of objects
how to convert between arrays and strings
how to transform XML Data into HTML
code to images to rollover
how to create a Draggable element
code to set the main window's size
determine which Element received an Event
communication between main window and new windows
code to positioning of window in certain dimensions
how to pass data between pages using Cookies
Create a Menu that can be activated while clicking on Right Mouse button
How to block double clicks
how to create Expandable and Collapsible Menus
write a code to generate pseudorandom numbes