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
Reading which Non-Character Key was pressed
code to set the main window's size
write a code that user can choose/alter Body Text Size
How to block double clicks
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: