#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
Is anything faster than c?
Do you know the use of 'auto' keyword?
List the different types of c tokens?
What is the difference between formatted&unformatted i/o functions?
Do you know null pointer?
What does s c mean on snapchat?
Why should I use standard library functions instead of writing my own?
write a program to find the given number is prime or not
If errno contains a nonzero number, is there an error?
Here is a neat trick for checking whether two strings are equal
What is the difference between array_name and &array_name?
Explain about C function prototype?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What does %d do?
What are c preprocessors?