#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
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What type of function is main ()?
What is a protocol in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What does do in c?
What is a good data structure to use for storing lines of text?
Where static variables are stored in c?
What is the use of parallelize in spark?
How #define works?
How will you delete a node in DLL?
What are the salient features of c languages?
What do you mean by invalid pointer arithmetic?
What is difference between scanf and gets?
How do you search data in a data file using random access method?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?