Top Banner
LAB MANUAL DSPM Submitted to: Submitted by: Mrs. Neha Abhijeet Singh
61

dspm lab file (1)

Nov 23, 2015

Download

Documents

Amardeep Singh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

LAB MANUAL

DSPM

Submitted to: Submitted by:Mrs. Neha Abhijeet Singh

Roll No: 1148931

\*PROGRAM TO INSERT ELEMENT AT Kth POSITION IN A LINEAR ARRAY *\

\*CODING*\#include#include

void main()

{

clrscr();

intarr[10],i,n,j,k,item;

coutn;

for(i=1;i