#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 does %d do?
Explain what is the difference between functions getch() and getche()?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the difference between Printf(..) and sprint(...) ?
What are global variables?
What does 3 periods mean in texting?
show how link list can be used to repersent the following polynomial i) 5x+2
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is a spanning Tree?
What is volatile variable in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Explain what does it mean when a pointer is used in an if statement?
What is a struct c#?
Why do we use return in c?
What is pointer & why it is used?