Subscribe to:
Post Comments (Atom)
AI IN CRYPTOGRAPHY
Written by: PALLAVI V (Final year BCA) 1. ABSTRACT: The integration of AI in Cryptography represents a significant advancement in ...
-
Written by: PALLAVI V (Final year BCA) 1. ABSTRACT: The integration of AI in Cryptography represents a significant advancement in ...
-
Chandana. S 5 th SEM BCA Naïve bayes classifier is the collection of classification algorithms based on bayes theorem. It is the famil...
#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();
}