Quantcast
Channel: BCA HUB » Programing Fun
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

A “C” program without a single semicolon (;)

Question: Write a program in C to print “Hello World” without using a single semicolon(;) in the code ? Code: #include<stdio.h> void main() { if(printf(“Hello World ..”)) {} }

View Article



Image may be NSFW.
Clik here to view.

C program to Subtract two integer numbers without using subtraction operator

Write a C program to Subtract two integer numbers without using subtraction operator ? #include<stdio.h> void main() { int a,b,d; scanf("%d%d",&a,&b); d=a+~b+1; printf("%d",d); }

View Article

Image may be NSFW.
Clik here to view.

Conversation Between Husband (Software Professional) & Wife

Software professional’s are usually called geeks because of their nerdy behavior and 24×7 work attitude. Read on the following conversation to know why are they known to be geeky ! HUSBAND – Hi dear, I...

View Article

Image may be NSFW.
Clik here to view.

21 Laws of Computer Programming

As any experienced computer programmer knows, there are unwritten laws that govern software development. However there are no penalties for breaking these laws; rather, there is often a reward....

View Article

Image may be NSFW.
Clik here to view.

Tech Ramayan by Bill Gates

Once When Bill Gates was in India, he had a chance to listen Ramayana from Atal Behari Vajpayee. After returning to US he wrote it in his personal Diary. LAN, LAN ago, in the SYSTEM of I/O-dhya,there...

View Article


Image may be NSFW.
Clik here to view.

Computer Programming Song

Local variable Mein pal do pal ka shayar hoon, pal do pal meri kahani hai pal do pal meri hasti hai.. Global variable Main har ik pal ka shayar hoon har ik pal meri kahani hai har ik pal meri hasti hai...

View Article

Image may be NSFW.
Clik here to view.

India map in c Language program

Copy This Code  OR Download and Compile in To “Turbo C” Or “Borland C” It will Print India Map.. #include "Stdio.h" main() { int a,b,c; int count = 1; for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\...

View Article

Image may be NSFW.
Clik here to view.

SQL: Wedding Query… (Funny)

Write a SQl Wedding Query.. CREATE PROCEDURE MyMarriage BrideGroom Male (25), Bride Female(20) AS BEGIN SELECT Bride FROM india_ Brides WHERE FatherInLaw = ‘Millionaire’ AND Count(Car) > 10 AND...

View Article


Image may be NSFW.
Clik here to view.

C Program to Propose a girl

/*C Program to Propose a girl*/ #include<girls.h> #include<propose.h> #define Cute beautiful_lady main() { goto college; scanf(“100%”,&ladies); if(lady ==Cute) line++; while( !reply )...

View Article


Image may be NSFW.
Clik here to view.

10 Popular Programming Languages In IT Companies

Top 10 Most Popular Programming Languages In IT Companies 1.) C Language C  Language is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images