#include<stdio.h>
void main()
{
int a [5];
for (i=0; i<=4; i++)
printf(ā%dā ,a[i]);
}
Answer Posted / sameer mohammed
It shows us garbage values as because the integer type
array is declared but it is not defined.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can I remove the leading spaces from a string?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the difference between typedef and #define?
What is oops c?
What is function prototype in c language?
What is the heap in c?
What is masking?
What is an array? What the different types of arrays in c?
how to find anagram without using string functions using only loops in c programming
which is an algorithm for sorting in a growing Lexicographic order
What is d scanf?
Explain how can you restore a redirected standard stream?
Is stack a keyword in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How many types of arrays are there in c?