QUOTES ON #CODING_LIFE

#coding_life quotes

Trending | Latest
2 JUN 2020 AT 7:09

Life Of Software Developer()
{
Morning = ("Coding");
Evening = ("Coding"):
Night = ("Coding");
}

-


15 SEP 2020 AT 15:36

I love putting semicolon after every statement;

-


25 MAY 2018 AT 15:31

Coding :
The art of writing with proper syntax, without error,which could only be understood by coder, sometimes they too can't.

-


31 MAY 2021 AT 6:53

Input:
#include <stdio.h>
int main()
{

char p1[50];
char p2[50];
printf("\nEnter two person ");
scanf("%s %s", &p1[50], &p2[50]);
if(p1[50] == p2[50])
printf("marriage_life= happiness");
return 0;
}

Output:

Enter two person : Rajesh Bhai
Arpita Bhabhi
marriage_life= happiness

-


2 AUG 2020 AT 16:25

for (life=birth; life<=death; life ++)
{
printf ( " Meet the needs of life " ) ;
printf ( " Struggle, put effort " ) ;
if ( effort == hardwork && effort == luck )
printf ( " Success " ) ;
else
printf ( " Failure " ) ;
deeds = good_turn + bad_turn ;
achievement = determination - ego ;
gain = helped * given ;
happiness = love / all ;
memories ++ ;
Time -- ;
}

return deeds ;

-


9 MAR 2021 AT 15:05

Life bhi coding ki tarha ho gayi hai
Thik se code kiya na kiya ki error aa jati hain😬😁

-


24 AUG 2018 AT 15:28

A coder codes a code
to make sure that,
he won't code again.

-


17 SEP 2019 AT 19:35

Me, when the code works exactly as per client's requirements..






-


9 DEC 2018 AT 22:48

Do not get attached to the code written by you.
There is always scope of improvement.

-


20 AUG 2019 AT 11:51

Sit on a chair at an office of my dream
In front of my laptop ready to conquer the coding world around...
Ofcourse I want to sharpen every edge of my coding skills to become what I desire the most.....

-