Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
C Program for SELECT THE CHAR WHICH U WANT
#include stdio.h>
#include conio.h>
void main()
{
void substr(char[], int *, int *);
int a,b;
char ch[20];
clrscr();
printf("ENTER THE STRING: ");
gets(ch);
printf("\nENTER THE POSITION: ");
scanf("%d",&a);
printf("\nEnter The Length: ");
scanf("%d",&b);
substr(ch,&a,&b);
getch();
}
void substr(char ch[20],int *s, int *t)
int i;
for(i=*s;i<(*t+*s);i++)
putchar(ch[i]);
OUTPUT :
ENTER THE STRING : KAMLESH
ENTER THE POSITION: 2
ENTER THE LENGTH: 3
MLE
Just need the answers to the following 3 questions. "NO NEED to write a program compile or run it, do not need it. Just need the answers for the following questions. Example quest
Each function has its own stack frame between %fp and %sp. Let Caller calls Callee. Then Caller's %sp becomes callee's %fp, and callee's %sp set to be a new value (a smaller one be
How do I create two functions: one to put a collection of criteria into normal form, and one to compute the score of a document. A collection of criteria will be represented using
Different implementations of OOP Object-oriented programming is not mainly concerned with the details of the program operation. Instead, it deals with the overall design of the
Create a program that asks the user for two integers which represent the numerator and denominator parts of fraction. Print out a simplification of the fraction. Example: Enter th
#At a shop of marbles, packs of marbles are prepared. Packets are named A, B, C, D, E …….. All packets are kept in a VERTICAL SHELF in random order. Any numbers of packets with the
A container class is a class which is used to hold objects in external storage and memory. A container class work as a generic holder. A container class contains a predefined behav
Stage One Define the specification of the program Add two nxm size matrices Stage Two Divide the program up into separate modules Input Matrix Ad
padovan string for n natural numbers p(n)=1,p(n)=2,p(n)=3 and use padovan formul to get output 1
Write algorithm and program for the conversion of a Tree to a Binary Tree
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd