#include <stdio.h> void main() { char *a[10] = {"hi", "hello", "how"}; printf("%d\n", sizeof(a)); }
a) 10
b) 13
c) Run time error
d) 40
What will be the output of the following C code on a 32-bit system?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following C code on a 32-bit system?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!