October 19, 2009
C
Computer languages are not as easy as human languages, they need you to become a computer yourself, think like a computer and write an algorithm. Computer programs are fun if you take them up as a challenge, as unsolved puzzles. There is lot of fun in taking up the challenge, understanding the problem, writing an [...]
Read the full article →
September 10, 2009
C
Roundup of all Interview programs in Interview Mantra. Write a program to find factorial of the given number. Write a program to illustrate pass by value. Write a program to illustrate pass by reference. Write a program to check whether the given number is even or odd. Write a program to swap two numbers using [...]
Read the full article →