Answer Posted / shrish cahndra tripathi
#include<sotdio.h>
#include<conio.h>
void main()
{
int a[5];
int b=1;
while b<5;
printf("/n enter value of a1");
scanf("%d",a0);
printf("/n enter value of a1");
scanf("%d",a1);
printf("/n enter value of a1");
scanf("%d",a2);
printf("/n enter value of a1");
scanf("%d",a3);
printf("/n enter value of a1");
scanf("%d",a4);
printf("/n values are :- %d, %d, %d, %d, %d"a[i]);
getch();
clrscr();
}
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain threaded binary trees?
What is f'n in math?
Do you know the use of fflush() function?
Why we use stdio h in c?
Why structure is used in c?
what is ur strangth & weekness
Why pointers are used?
Explain output of printf("Hello World"-'A'+'B'); ?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are the advantages of using macro in c language?
What are the characteristics of arrays in c?
When is a “switch” statement preferable over an “if” statement?
What are local static variables? How can you use them?
Why c is called a middle level language?
Explain enumerated types.