Courses
Log inStart Learning AI
Courses
Log inStart Learning AI
0

Why A does not equal B?

#include <iostream> using namespace std; int main() { int A=1, B=1; int *pA=&A; int *pB=&B; *pA++; (*pB)++; cout<<(A==B); return 0; }

c++pointers
23rd Jul 2018, 8:57 PM
Yelyzaveta Al-Dara
1 Answer

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
What kind of questions do companies ask in Data Analyst interviews (including Python, SQL, Power BI, and Excel)?
2 Votes
Give some simple practice questions in C
0 Votes
??
1 Votes
How many time I can use sololearn trial mode?
1 Votes
ĐžŃˆĐžĐ±Đșа ĐČ ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžĐž Sololearn
1 Votes
NEO V2.0
1 Votes
Hello guys,
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Help me
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes