#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(“%d” ,a[i]);
}
Answer Posted / guest
0
1
2
3
4
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is your stream meaning?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain how are portions of a program disabled in demo versions?
What are global variables?
When should you use a type cast?
provide an example of the Group by clause, when would you use this clause
Is c is a low level language?
What are the different types of linkage exist in c?
What are the different types of errors?
What does 2n 4c mean?
When can a far pointer be used?
Why c language is called c?
When we use void main and int main?
Can a variable be both constant and volatile?