Beginner's Guide To Programming
It's All About Programming.
Contents
C
C++
COBOL
COBOL TUTOR PART 1
SQL
TRICKS AND TIPS
Simple Program
#include<stdio.h>
#include<conio.h>
void main()
{
int age;
char name[12];
printf("enter your name:");
gets (name);
printf("enter the candidate age:");
scanf("%d", &age);
if(age>=18)
printf("%s is eligible for vote",name);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Earn upto Rs. 9,000 pm checking Emails. Join now!
No comments:
Post a Comment