QUOTES ON #PROGRAMMING

#programming quotes

Trending | Latest
14 JUN 2018 AT 23:05

Program of LOVE and FIGHT

#include<me.h>
#include<you.h>
void main()
{
int love,fight;
printf("Enter the love amount=");
gets(love)
printf("Enter the fight amount=");
gets(fight)
if(love==infinity)
{
printf("Infinite Love");
}
else
{
printf("Infinite War");
}
getch();
}

-


30 JAN 2018 AT 20:27

The night has
unplugged the
clouds out of the
socket,
it may rain binary
today drenching me
in 1's and 0's.

-


7 MAR 2018 AT 19:57

I talk in algorithms, long long algorithms.
When you wont have time
to listen them all, just kiss me with a
'print f' and I would understand.

-


3 JUL 2020 AT 9:06

Engineers words

-


17 SEP 2019 AT 14:46

I used to think parent-child relationship is quite simple

Then I studied Java...

-


24 MAY 2020 AT 3:21

जल्द ही एक लाइव महफिल-ए-शायरी का आयोजन मेरे इंस्टाग्राम पेज में होने जा रहा है आप सबसे अनुरोध है कि वहाँ हमारे साथ जुड़ कर हमें कृतार्थ करें।
आप सबका आना महफ़िल में चार चांद लगा देगा।वहाँ मेरे काबिल शायरों को आप सुन पाएंगे उनके विचारों से कुछ ग्रहण करने का अवसर प्राप्त होगा।
धन्यवाद🙏
इंस्टाग्राम- @s.s.singh2318
ये id आपको मेरे BIO में भी मिल जाएगी।

-


9 FEB 2018 AT 23:54

Made a Program for dinner.
Still can't get the code out of my System.

-


30 JUL 2021 AT 20:53

There are plenty more printf('fishes'/) ' int' the C

no two fishes swim with the same gill,
no two fishes breathe with the same zeal


there is one 'my type of fish', there is one your
type of fish. Let's not devour into each other's taste.

I have my reserved 'keywords' and 'fin'
lines that define my choices.



'CHARACTERS' over accomplishments
‘STATIC' over non-consistent
‘FLOATING’ over sunken


-


11 FEB 2019 AT 21:54

I know where to use a semicolon;
If you know where to use a comma,
We are good to go.

-


4 JUL 2018 AT 14:53


if(happiness)
System.out.println("Life is Ornate ");
else
System.out.println("Life is Austere");

-