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]));}

7
6
5
4
None of these

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

need not start on the first column
has # as the first character
comes before the first executable statement
need not start on a new line

ANSWER DOWNLOAD EXAMIANS APP