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 to convert a binary number into bcd number directly and vice-versa, without converting it into any other number system?

552


Explain what is a state table?

636


19. Name different types of TRXs which supports different GSM bands 20. ODU LED shows orange – what is the significance?

1458


What is the difference between power amplifier and voltage amplifier?

604


Explain the differences between microprocessor and micro controller?

557






Give some examples of power electronics applications in the day-to-day life?

609


What do you mean by vision and mission?

1369


What is delay angle or what is firing angle of phase controlled rectifier?

593


is there any good institute in mumbai that provides good Automation courses ?

1505


Draw the current Vs time graph for an inductor connected to a d.c. source. How will you measure power of a transmissioon line? Tell all the steps alongwith the components used in power generation. Which law governs the induced emf?

2385


what is an excitation table?

666


what is the minimum and maximam trace width in PCB design? why trace is measured in mils? what is the use of via? why the crystal oscillator is placed near chip?

1634


Explain why we need biasing for transistor, fet and mosfet?

580


why do we use soft starters

1432


"OPERATIONAL AMPLIFIERS MODEL" means what and what are the topics comes under these

2073