Programology – Telegram
Programology
7.27K subscribers
1.94K photos
771 videos
6 files
2.08K links
Pro·​gram | \ ˈPrō-ˌgram , -grəm \
:A Sequence Of Coded Instructions That Can Be Inserted Into A Mechanism (Such As A Computer)

Who We Are : https://msha.ke/programmerjokesofficial
Download Telegram
Comment Output
Options
Anonymous Quiz
29%
A
11%
B
19%
C
41%
D
😁1
Output:

error: invalid conversion from 'void*' to 'char*
Explanation: Assigning any pointer type to a void pointer without using a cast is allowed in C or C++. But we can not assign a void pointer to a non-void pointer without using a cast to non-void pointer type in C++. Hence statement one should be —

ptr2 = (char*)ptr1; // valid in C++
👍3
Free Resources To Become Frontend Developer
https://instagram.openinapp.co/p-ccz53qkjt8s
Comment Output
Options
Anonymous Quiz
59%
A
13%
B
19%
C
9%
D
👍2
10 Must-Know Patterns for Writing Clean Code with React and TypeScript

https://dev.to/alexomeyer/10-must-know-patterns-for-writing-clean-code-with-react-and-typenoscript-1m0g
4 Tips for learning JavaScript Faster👨‍💻
https://instagram.openinapp.co/p-cc5drezj5hv
Comment Output
Options
Anonymous Quiz
43%
A
30%
B
9%
C
18%
D
Comment Output
👍1