#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
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
C program to find all possible outcomes of a dice?
Difference between strcpy() and memcpy() function?
Are there constructors in c?
What is methods in c?
What is storage class?
What is #define size in c?
Write a Program to find whether the given number or string is palindrome.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
how should functions be apportioned among source files?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What are run-time errors?
What library is sizeof in c?
Explain spaghetti programming?
Is fortran still used today?