Single Choice
Not Set
QWhat will be the output of the program?
#include
void main()
{
float arr[] = {12.4, 2.3, 4.5, 6.7};
printf("%d", sizeof(arr)/sizeof(arr[0]));
}
ID: #1429
Array in C Language
1,014 views
Question Info
#1429Q ID
Not SetDifficulty
Array in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
4
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic