#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 the purpose of macro in C language?
Why do we need a structure?
how many key words availabel in c a) 28 b) 31 c) 32
ATM machine and railway reservation class/object diagram
Explain what is the concatenation operator?
Explain what is the difference between #include and #include 'file' ?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Did c have any year 2000 problems?
What are operators in c?
All technical questions
What is the meaning of ?
what type of questions arrive in interview over c programming?
please explain every phase in the "SDLC" in the dotnet.
What is the hardest programming language?
What are # preprocessor operator in c?