Programology – Telegram
Programology
7.33K 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
HTML Entities, Diacritical Marks, and Emojis

https://blog.openreplay.com/html-entities-marks-and-emojis/
1
Answer: d
Explanation: We are violating a C programming rule which states that in switch-case statements, the labels must be integer constants. When you compile the code, the c compiler will give an error message indicating that the case label is not an integer constant because the labels given in the code are integer variables ‘a’ and ‘b’. You will get the following error message:

error: case label does not reduce to an integer constant
case a:
error: case label does not reduce to an integer constant
case b:
👍1
Who ya gonna call ? DogBuster ! 😂😂
😢6👍2
Comment Output
Options
Anonymous Quiz
26%
A
54%
B
13%
C
7%
D
👍2
Inside the mind of a frontend developer: Article layout

https://ishadeed.com/article/inside-frontend-developer-mind-article-layout/
👍1
Using npm query for better dependency management

https://blog.logrocket.com/npm-query-better-dependency-management/
Self-documenting code😂😂
🤣15
Comment Output
Options
Anonymous Quiz
31%
A
50%
B
5%
C
15%
D
👍1
How to Work with Strings in JavaScript — Tips for Efficient String Concatenation

https://www.freecodecamp.org/news/efficient-string-building-in-javanoscript/
👍1
Introducing Turbopack: A Rust-based successor to webpack

https://blog.logrocket.com/introducing-turbopack-rust-based-successor-webpack/
Stackoverflow 😂😂
😁9🤔3
Comment Output
👍1
Options
Anonymous Quiz
23%
A
12%
B
31%
C
34%
D