C Programming
What will be the output of the program ?#includevoid main(){ float arr[] = {12.4, 2.3, 4.5, 6.7}; printf("%d", sizeof(arr)/sizeof(arr[0]));}

4
5
None of these
6
7

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Takes care of include files
Takes care of conditional compilation
Acts before compilation
All of these

ANSWER DOWNLOAD EXAMIANS APP