#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


Please Help Members By Posting Answers For Below Questions

How will you write a code for accessing the length of an array without assigning it to another variable?

616


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1598


What does c mean in standard form?

599


What does a function declared as pascal do differently?

607


What math functions are available for integers? For floating point?

625






How do I send escape sequences to control a terminal or other device?

613


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1633


When should a far pointer be used?

604


What does 1f stand for?

614


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

600


Write a program to print fibonacci series using recursion?

587


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

720


Why c is called top down?

629


What is 1f in c?

1839


What do you know about the use of bit field?

612