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
maximizing the main window
how to pass data between pages using Frames
code to positioning of window in certain dimensions
write a code that user can choose/alter Body Text Size
Code to Block submission of form by pressing Enter Key
how to pass data between pages using Cookies
how to Scroll a DIV content
How to block double clicks
code to sorting an array of objects
program to bring a window to the front
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: