What is the output of the following code?

int main()

{

            float k = 5.375;

            char *m;

            int i;

            m = (char*)&k;

            for(4; 7; 2)

                        printf("%d ", m[4]);

            return 0;

}

1
Compilation error
2
Infinite garbage value
3
5
4
5.375

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation