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!
# include stdio.h>
# include conio.h>
# include string.h>
void main()
{
int i=0,j=0;
char a[100],temp;
clrscr();
for(i=0;i<100;i++)
a[i]=0;
}
i=0;
printf("\nENTER THE STRING: ");
gets(a);
for(i=0;a[i]!='\0';i++)
for(j=0;a[j]!='\0';j++)
if(a[i] { temp=a[i]; a[i]=a[j]; a[j]=temp; } } } for(i=0;a[i]!='\0';i++) { printf("%c",a[i]); } getch(); } OUTPUT : ENTER THE STRING: KAMLESH D MENGAR AADEEGHKLMMNRS
temp=a[i];
a[i]=a[j];
a[j]=temp;
printf("%c",a[i]);
getch();
OUTPUT :
ENTER THE STRING: KAMLESH D MENGAR
AADEEGHKLMMNRS
Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b.
Default Arguments A default argument is a value that is automatically assigned to a formal variable, if the actual argument from the function call is omitted. e.g. void
Operators in C++: All C operators are valid operators in C++ also. Besides C++ has developed some new operators like Operators and their Expression: 1. Logical op
Why can't one open a file in a different directory like "..\test.dat"? A: Since " " is a tab character. You must employ forward slashes in your filenames, even on operating s
i want this topic related programm
write a pseudocode algorithm for a program that accepts a number and prints out its reciprocal(1/n) is required.the program should prevent the user from entering zero by asking t
Ask queByteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colo
Part 1 Assignment: develop a calculator in MASM. Text chapters covered: 1 through 4, 5.4, 5.5, 6.3, 7.4 You will develop a "calculator" algorithm in MASM using reverse-
burger ordering system programming?
Program is to perform string operations: Program is to perform string operation without using in built functions using classes and object void mainmenu() { clrs
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