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
Printing "hello , wolrd" with out using semicolon
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Richard Bos, post: 1709833"] Alas, there is another, quite serious, bug in this program... it invokes undefined behaviour! It calls f(++i,i) four times, each time modifying the object i and accessing it for another purpose without an intervening sequence point - that's a separator, not a comma operator! Fortunately, this can easily be solved by changing all of these calls to f(++i,l). Richard [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Printing "hello , wolrd" with out using semicolon
Top