English, asked by ash13456, 1 year ago

How to sort alphabets in c???​

Answers

Answered by Zisha7
0

Answer:

#include <stdio.h>

#include <stdlib.h>

#include <string.h>

int main()

{

char ch, input[100], output[100];

int no[26] = {0}, n, c, t, x;

printf("Enter some text\n");

Answered by Anonymous
4

Explanation:

mere question le dekh tu

Similar questions