Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a program to insert an element at the specified
position in the given array in c language

Answer Posted / bhagya

#include<stdio.h>
#include<conio.h>
void main()
{
char c[20]="this is a string";
int n;
printf("en etr index value to which the element has to
be inserted");
c[n]=getchar();
printf("the string after inserted");
printf("%s",c);
getch();
}

Is This Answer Correct ?    25 Yes 55 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to print largest number of each row of a 2D array

2268


Write a program for finding factorial of a number.

1032


What does void main () mean?

1179


What are the different data types in C?

1146


Write a C program in Fibonacci series.

1046


What do you mean by recursion in c?

1056


What is extern c used for?

999


What are the similarities between c and c++?

1002


What does double pointer mean in c?

1076


Why do we use stdio h and conio h?

1032


What was noalias and what ever happened to it?

979


What are types of structure?

1065


What is a list in c?

983


Write a program to swap two numbers without using a temporary variable?

1070


i want to know the procedure of qualcomm for getting a job through offcampus

2409