write a c program to find the multiples of 5
usin arrays

Answer Posted / divyasanthoshi

#include<stdio.h>
void main()
{
int i,j,a[100];
for(i=0,j=0;i<=100;i++,j++)
{
a[i]=5*j;
printf("\n%d",a[i]);
}
}

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can leveltrol be installed in steam drum for measuring the level of steam drum

2560


dummy strain guage

1629


Explain design 8421 to 2421 binary code converter?

522


can i give the short discription to "window size" , "Time out" "piggybacking" in sliding window flow control.

1518


Explain how to measure frequency without cro?

548






What electronics are involved to build a device like a guitar tuner where you press a button to get a specific tone?

581


For how much time F-1 vissa is valid?

1495


What is the current flowing through BTS? Pls explain?

1640


What is a semi conductor?

577


what is transmission ?how transmission is done in nokia 3G?

1509


WHEN DO WE USE CAPACITOR AND INDUCTOR AS STORING DEVICE?

4445


explain with a suitable diagram how a vidicon pick-up tube is employed in a monochrome TV camera to develop luminance signal

1762


can anyone help me out to get HPCL officer's trainee paper's pattern....sureshec127@gmail.com

1526


Explain what does the arrow head represent in the schematic symbol of a p-n junction?

652


what is polarisation o antenna ?

1630