Computer Science, asked by supriya1205, 9 months ago

program in c language

Attachments:

Answers

Answered by skc59
1

Explanation:

she is a general purpose prochiral computer programming language supporting structure program lexie level variable scope channel equalization starting types of system present United operation

Answered by sswaraj04
2

Answer:

#include <stdio.h>

int main()

{

   char sen[500];

   char ch;

   char s[50];

   scanf(" %c",ch);

   scanf("%s",s);

   scanf(" %[^\n]%*c",sen);

   printf("%c\n",ch);

   printf("%s\n",s);

   printf("%s\n",sen);

   return 0;

}Explanation:

Hope it helps :-)

Similar questions