#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
Who is the main contributor in designing the c language after dennis ritchie?
What's a good way to check for "close enough" floating-point equality?
What is n in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
How can I write a function that takes a format string and a variable number of arguments?
What are linked lists in c?
What are types of functions?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What's the right way to use errno?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
if p is a string contained in a string?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the modulus operator?
What are pointers? Why are they used?
how could explain about job profile