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 ArticleC 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 ArticleConversation 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 Article21 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 ArticleTech 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 ArticleComputer 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 ArticleIndia 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 ArticleSQL: 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 ArticleC 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 Article10 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