#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / tanvi jain
as i is not yet declared,so give an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is array in C
Explain the array representation of a binary tree in C.
How can a program be made to print the line number where an error occurs?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How to declare pointer variables?
Explain the use of #pragma exit?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
hi, which software companys will take,if d candidate's % is jst 55%?
what is bit rate & baud rate? plz give wave forms
What are categories used for in c?
Where register variables are stored in c?
What is the scope of static variable in c?
What is the use of sizeof () in c?
What is adt in c programming?
What is the use of header?