Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Some Questions Asked in Interview
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Dan Pop, post: 1711009"] ^^^^^^^^^^^^^^^^^^^^^^^^ What's wrong with sizeof(1 + 1)? Even worse, in C99 evaluation may be needed, when the argument is a VLA: extern int n, m; sizeof(int [n + m]); Dan [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Some Questions Asked in Interview
Top