Tuesday, January 14, 2020

Coding Question for the Week

Coding Question for the Week

Problem Statement 2: To toogle all the characters in a string


Note:

  • Write a code in any programming language.
  • Solution should be submitted on or before 21/01/2020 with explanation
  • First 5 students who will submit the solution earlier  will be considered as winners.
  • Name of the winners will be displayed on NOTICE board by next Wednesday.

1 comment:

  1. #include
    #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();
    }

    ReplyDelete

AI IN CRYPTOGRAPHY

Written by: PALLAVI V (Final year BCA) 1.     ABSTRACT: The integration of AI in Cryptography represents a significant advancement in ...