#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā€œ%dā€ ,a[i]);
}

Answer Posted / guest

0
1
2
3
4

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you obtain the current time and difference between two times?

733


Explain what is the difference between functions getch() and getche()?

611


What is the code for 3 questions and answer check in VisualBasic.Net?

1696


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

661


What are the types of data structures in c?

605






When should volatile modifier be used?

558


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3504


What is an expression?

660


How can I write a function analogous to scanf?

662


Which header file should you include if you are to develop a function which can accept variable number of arguments?

814


How can I invoke another program or command and trap its output?

619


What is the difference between procedural and functional programming?

523


What is property type c?

608


What is the role of && operator in a program code?

572


Explain high-order bytes.

678