Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Other

Data Structure Using C Practical Lab Turbo C

Rating
-
Sold
-
Pages
13
Uploaded on
22-03-2022
Written in
2022/2023

This is Porgramming Of C language practical and the creates notes by step by step. This programming is Turbo C++ running. So you can practic now to Knowledge.

Institution
Course

Content preview

LAB MANUAL
FOR
DATA STRUCTURE
USING C



Prepared by,
Sunita Debbarma
Lecturer
Computer Science & Technology Department



DEPARTMENT OF COMPUTER SCIENCE & TECHNOLOGY

WOMEN’S POLYTECHNIC
HAPANIA, AGARTALA, TRIPURA WEST – 799130, INDIA

, Lab manual for Data Structure using C Prepared by: Sunita Debbarma

1.
Aim: To display fibounacci series up to a range.
#include<stdio.h>
#include<conio.h>

void main()
{
int a,b,c,n;
clrscr();
printf("\nEnter range:");
scanf("%d",&n);
a=0,b=1,c=0;
printf("%d \t %d",a,b);
c=a+b;
while(c<=n)
{
printf("\t%d",c);
a=b;
b=c;
c=a+b;
}
getch();
}

Output:




2.
Aim: To read n numbers and display it.
#include<stdio.h>
#include<conio.h>

void main()
{
int i,n, a[10];
clrscr();
printf(“\nEnter the number of element : \n”);
scanf(“%d”,&n);

2
rd
3 Semester Diploma in Computer Science & Technology and Diploma in Information Technology

Written for

Course

Document information

Uploaded on
March 22, 2022
Number of pages
13
Written in
2022/2023
Type
OTHER
Person
Unknown

Subjects

$7.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
raviprajapati22081996

Get to know the seller

Seller avatar
raviprajapati22081996 Exam Questions
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
4 year
Number of followers
1
Documents
35
Last sold
4 year ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions