Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Adarsh
2.1k
97
7.1k
Why 2 different compilers output different results? 13 and 14?
Feb 22 2021 5:56 AM
Int main(){ int a=5, b=0; b = ++a + ++a; printf("%d\n", b); } Why 2 different compilers output different results? 13 and 14?
Reply
Answers (
4
)
char* myCharList[5]; how i can initializ this pointer?
Why the output is not 6?