Question: What are the five basic data type in c?
Answer: The five basic data type in c are-
char
int
float
double
void
Question:Write a program that add two integer value.
Answer:
#include<stdio.h>
int main( )
{int a,b,c;
printf("Enter two integer value");
scanf("%d%d",&a,&b);
c=a+b;
prinntf("%d",c);
return 0;
Question: Write a program that prints the number from 1 to 100.
Answer:
#include<stdio.h>
int...
মঙ্গলবার, ২৬ ফেব্রুয়ারী, ২০১৩
শনিবার, ২৩ ফেব্রুয়ারী, ২০১৩
JSC Scholarshio Result 2012 All Board
Click here:www.education board.c...
রবিবার, ১৭ ফেব্রুয়ারী, ২০১৩
COMPUTER
•Hardware
–Mechanical devices in the computer
–Anything that can be touched
•Software
–Tell the computer what to do
–Also called a program
–Thousands of programs exis...
শুক্রবার, ১৫ ফেব্রুয়ারী, ২০১৩
বৃহস্পতিবার, ১৪ ফেব্রুয়ারী, ২০১৩
News
This video is upload from magagine function ettadi.This video is upload by Miraj Ahmed.
...
এতে সদস্যতা:
পোস্টগুলি (Atom)