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
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Difference between MAC vs. IP Addressing
What is array of structure in c programming?
When should you use a type cast?
What are dangling pointers? How are dangling pointers different from memory leaks?
Do you know the purpose of 'register' keyword?
How does sizeof know array size?
What is the purpose of 'register' keyword?
What are actual arguments?
how we can make 3d venturing graphics on outer interface
Where are some collections of useful code fragments and examples?
please explain every phase in the "SDLC" in the dotnet.
What are pointers really good for, anyway?
What are bitwise shift operators in c programming?
What is graph in c?