c programming, c programming books,Learn C Programming, c programming examples,c programs source code,c program examples,c examples,c programming tutorial, ANSI C

C Programming Depot

learn c language step by step . . .

string examples

Posted by admin On March - 18 - 2010Comments Off

1>

  • Share/Bookmark

Conditional Program

Posted by admin On March - 16 - 2010ADD COMMENTS

1. program to print output(paper)

#include<stdio.h>

  • Share/Bookmark

STRUCTURE & UNION

Posted by admin On February - 13 - 20101 COMMENT

1.Program of structure to access array of structures.

#include<stdio.h>
#include<conio.h>
struct student
{
int rollno;
char name[10];
int marks;
};
void main()

  • Share/Bookmark

Function

Posted by admin On February - 13 - 20101 COMMENT

1.To print stars using userdefined functions

void printline(void);
#include<stdio.h>
#include<conio.h>
void main()
{
int x=5,y=10;
clrscr();
y=x+y;
printline();

  • Share/Bookmark

Array

Posted by admin On February - 13 - 2010ADD COMMENTS

1. Find the sum 10 numbers.

#include
void main()
{
int a[10]={0},i,sum=0;
for(i=0;i<10;i++)
{
printf(“Enter the number : “);
scanf(“%d”,&a[i]);
sum=sum+a[i];
}
printf(“Sum of ten numbers = %d”,sum);

  • Share/Bookmark

VIDEO

TAG CLOUD

Sponsors

About Me

we are the student of some engineering. so we understand the important of c-programming for the programming language & that\'s why we like to share c-programming fundamental step by step...

\"we dont only think different ,we jst did d different\"

Twitter

    Photos

    Activate the Flickrss plugin to see the image thumbnails!