#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


Please Help Members By Posting Answers For Below Questions

Explain why c is faster than c++?

578


What is equivalent to ++i+++j?

646


Explain how are 16- and 32-bit numbers stored?

787


Write a program to swap two numbers without using a temporary variable?

613


Explain the difference between getch() and getche() in c?

567






When can a far pointer be used?

593


What does %d do in c?

547


Define recursion in c.

704


What is volatile variable in c?

660


What is the purpose of clrscr () printf () and getch ()?

600


What is hash table in c?

576


Why are all header files not declared in every c program?

603


What is use of integral promotions in c?

668


Does c have function or method?

596


How can I call a function with an argument list built up at run time?

643