Which is more painful?

 
which is more painful
# Sad Quotes

Wife to husband

Wife to husband

Love is not a decision


love is not a decision
it's a feelings. If we could decide who to love,
then, life would be much simpler,
but then less magical.
# English Love Quotes

Always checking and waiting a single message of urs being fine


Always checking and waiting a single message of urs being fine.
# English Love Quotes

Aisa lagta hai jaise maine


 Aisa lagta hai jaise maine aap jaisa tanha aur akela insaan aaj tak nahi dekha
(View Clip)

There are a lot of people who call you by your NAME


There are a lot of people who call you by your NAME,
but there is only one person who can make it so damn special.
# English Love Quotes

Na jaane kiss baat pe wo naaraj hai humse


na jaane kiss baat pe wo naaraj hai humse
# Hindi Sad Quotes

Apne dil ki baat hum unse kaha nahi sakte


Apne dil ki baat
hum unse kaha nahi sakte
bina kahe bhi ji nahi sakte
ya khuda aisi takdeer bana
wo khud aakar kahe hum
aapne bina raha nahi sakte.
# Hindi Love Quotes

Bittu: Mummy, hum saare patakhey is dukaan se leinge..

Bittu: Mummy, hum saare patakhey is dukaan se leinge.. 
Mother: Beta yeh shop nahi Girls Hostel hai. 

ek din muijhse kaha bhagwan ne

ek din muijhse kaha bhagwan ne: mat kar intazaar uska milan muskil hai.
maine kaha: lene de maja intajaarka agle janam mei to mumkin hai.
# Hindi Love Quotes

Girls Reaction When teacher brings her baby to class

I wish i could turn things back

i wish i could turn things back
and come back to you again.
# English Sad Quotes

To check the given number is divisible by 4 or not (Qbasic Code)

To check the given number is divisible by 4 or not (Qbasic Code)

CLS
INPUT "Enter a number"; n
x = n MOD 4
IF x = 0 THEN
    PRINT "The given number is exactly divisible by 4";
ELSE
    PRINT "The given number is not exactly divisible by 4";
END IF
END

  • Using SUB Procedure
DECLARE SUB check(n)
CLS
INPUT "Enter a number"; n
CALL check(n)
END

SUB check (n)
x = n MOD 4
IF x = 0 THEN
    PRINT "The given number is exactly divisible by 4";
ELSE
    PRINT "The given number is not exactly divisible by 4";
END IF
END SUB

  • Using FUNCTION Procedure
DECLARE FUNCTION check$ (n)
CLS
INPUT "Enter a number"; n
a$ = check$(n)
PRINT a$
END

FUNCTION check$ (n)
x = n MOD 4
IF x = 0 THEN
    ans$ = "The given number is exactly divisible by 4"
ELSE
    ans$ = "The given number is not exactly divisible by 4"
END IF
check$ = ans$
END FUNCTION
  • Using FUNCTION Procedure (Alternate Method)
DECLARE FUNCTION check(n)
CLS
INPUT "Enter a number"; n
IF check(n) = 0 THEN
    PRINT "The given number is exactly divisible by 4";
ELSE
    PRINT "The given number is not exactly divisible by 4";
END IF
END

FUNCTION check (n)
x = n MOD 4
check = x
END FUNCTION

Sachha pyar wo hota hai.. jo apni galti na hone par bhi

Sachha pyar wo hota hai.. jo apni galti na hone par bhi
apne rishte ko bachane ke liye
sorry bol deta hai.
# Hindi Love Quotes