• What will be the output of the
following program ?
void main()
{
float arr[]={4.5, 2.4, 6.7, 9.3):
printf(" %d", sizeof (arr));
}
Answers
Answered by
0
Answer:
4.5 syad is the output I wanna say
Similar questions