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!
void main()
{
char a[100];
int i,j,k,l;
clrscr();
printf("ENTER THE STRING: ");
gets(a);
l=strlen(a);
l=l-1;
for(i=0;i<=l;i++)
k=a[0];
for(j=0;j
a[j]=a[j+1];
}
a[j]=k;
printf("\n%s",a);
getch();
OUTPUT :
ENTER THE STRING: KAMLESH
HAMLESK
NO OF WORDS ARE 1
write a atm program in c with inbuilt functions for 1782?
c program to construct a structure: struct sensus { char name[30]; long int population;
C Program for FUNCTION OF COUNT THE CHARACTERS IN EACH WORD void count(char c[]); void main() { char a[50]; int i=0; clrscr();
Explain zero based addressing. - Array subscripts always start at zero. - These subscript values are used to identify elements in the array. - As subscripts start at 0, a
Generate a class node that contains an integer id, a position (x, y) and a vector of 0 5, generate a set of x nodes each with random connectivity n. Implement an algorith
program
Write a ''C'' program to accept any 3 digit integer number from the keyboard and display the word equivalent representation of the given number
Program is to define a class as student: Program is to define a class as student and display the records specific depending upon the number class student { private:
Find out the largest torque: A flat belt is taken in use to transmit torque from pulley A to pulley B as shown in figure given below. The radius of each pulley is 50mm and co
Define Automatic storage classes - computer programming? The Variables declared within function bodies are automatic by default and automatic variables are declared inside a fu
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