You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix-sized array is not returnable in C. However, if we can guarantee that the return from a function will always be a certain size, it should be fine for us to define a function as having a fixed-size array return.