#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
What does the c in ctime mean?
Is c is a middle level language?
Explain the difference between ++u and u++?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Write a program to print fibonacci series without using recursion?
What is the difference between mpi and openmp?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the 32 keywords in c?
What is nested structure in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is scope rule of function in c?
Explain how can I read and write comma-delimited text?
code for find determinent of amatrix