Write a program to determine a number is even or odd
Problem Name : Write a program to determine a number is even or odd . Source Code : #include<stdio.h> main() { in...
Read more »Problem Name : Write a program to determine a number is even or odd . Source Code : #include<stdio.h> main() { in...
Read more »Problem Name : Write a program to print day name of week. Source Code : #include <stdio.h> main() { in...
Read more »Problem Name : Write a C program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate p...
Read more »Installing Compiler: CodeBlocks is the C Compiler. In order to program in C you need to install CodeBlocks. You can download it from any ...
Read more »Introduction: Computer is a machine which cannot understand our languages. It understands only electric signals which are on an...
Read more »