Subscribe to:
Post Comments (Atom)
The Collatz Conjecture: A Simple Problem with Complex Implications
Mrs. Vidyashree H R Assistant Professor Department of Science NCMS Introduction Mathematics is full of simple yet unsolved problems, and...
-
Mrs. Vidyashree H R Assistant Professor Department of Science NCMS Introduction Mathematics is full of simple yet unsolved problems, and...
-
Written by: Prashanth B Gnanesh N C (1st year MCA) ABSTRACT In this article, we delve into the fascinating world of AI-based voice assistant...

#include
ReplyDelete#include
#include
Void main()
{
char s[30];
int n;
printf ( "\n Enter a string: " );
gets(s);
if (s[n]>= 'A' && s[n]<= 'Z' )
s[n]=s[n]-32;
printf ( "String after toggle each
characters: %s" ,s);
getch();
}