Computer Science, asked by Sinthiya5989, 1 year ago

What 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])); }
A.5
B.4
C.6
D.7

Answers

Answered by Neeraj723
1
Hii dear here is your answer


option d is the correct answer

Hope it's help u
Answered by Anonymous
26
D. 7

Hope it helps u
Similar questions