Answer Posted / antony
#include<stdio.h>
#include<conio.h>
void main()
{
int a[10],i;
for(i=1;i<=10;i++)//getting data from user
{
scanf("%d",&a[i]);
}
for(i=1;i<=10;i++)//print the data
{
printf("%d",a[i])
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Explain how can I convert a string to a number?
What is the use of clrscr?
What does emoji p mean?
What does static variable mean in c?
How will you divide two numbers in a MACRO?
Where define directive used?
How to draw the flowchart for structure programs?
If you know then define #pragma?
Explain the concept and use of type void.
What is keyword in c?
how we can make 3d venturing graphics on outer interface
What is spark map function?
Why is c so powerful?
There seem to be a few missing operators ..