Programology – Telegram
Programology
7.26K 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
36%
A
16%
B
4%
C
45%
D
👍2👎2
Be up-to-date is one of the most important things for developers

Tech news and great articles👇

📌 hashnode.com
📌 techcrunch.com
📌 stackshare.io
📌 stackexchange.com
📌 daily.dev
📌 dev.to
📌 theverge.com
📌 devdocs.io
Output: Infinite times PJO

The loop termination condition never becomes true and the loop prints PJO infinite times. In general, if a for or while statement uses a loop counter, then it is safer to use a relational operator (such as <) to terminate the loop than using an inequality operator (operator !=).
Which One..!!🥇And WHY? 🙄😜
https://instagram.openinapp.co/p-ccxlpg1jate
12👍7🔥1😁1
Comment Output
Options
Anonymous Quiz
60%
A
8%
B
24%
C
8%
D
If someone ever ask you to define the word "beauty", send them this

+80 Readibility Points by default

#sarcasm
👍3😱2
Output:

error: initializer - string for array of chars is too long
Explanation: The application of array in C++ is similar to that in C. The only exception is the way character arrays are initialized. When initializing character array in ANSI C, the compiler will allow the following declaration —

char array[3] = "abc" // allowed in ANSI C
This is because C assumes that the programmer intends to leave out the NULL (‘\0’) character in the definition. But in C++ the size should be 1 larger then the number of characters hence following statement is correct.

char array[4] = "abc" // O.K. for C++
👍1
5 Killer Websites For Web Developers
https://instagram.openinapp.co/p-ccajul2doym
👍1
Options
Anonymous Quiz
46%
A
23%
B
12%
C
18%
D
This is a path for those of you who want to complete the Data Science undergraduate curriculum on your own time, for free, with courses from the best universities in the World.

In our curriculum, we give preference to MOOC (Massive Open Online Course) style courses because these courses were created with our style of learning in mind.


https://github.com/ossu/data-science

#codetilllogn #dsalgo1 #webdevknowledge