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
code to keep a page Out of the browser history
Reading which Non-Character Key was pressed
Create a Menu that can be activated while clicking on Right Mouse button
advance the focus to next consecutive fields when Enter Key is pressed
function to combine two or more arrays
sample code to auto focusing the first field in a form
code to get the coordinates of a Click Event
determine which Element received an Event
how to pass data between pages using Frames
I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: