#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / kapil
1 2 3 4 5
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
How can I get the current date or time of day in a c program?
Why c language?
What is union and structure in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is ctrl c called?
What are loops in c?
Explain the difference between exit() and _exit() function?
What are types of functions?
Difference between linking and loading?
Why do we write return 0 in c?
Is it better to use a macro or a function?
How can I read a binary data file properly?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is sizeof c?