#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / neelima
it gives a garbage values
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is meant by high-order and low-order bytes?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Is c compiled or interpreted?
What is an arrays?
What are the __date__ and __time__ preprocessor commands?
Is multithreading possible in c?
What are the data types present in c?
What are the types of bitwise operator?
what is the different bitween abap and abap-hr?
What does != Mean in c?
What would be an example of a structure analogous to structure c?
How can you restore a redirected standard stream?
Does c have circular shift operators?