Answers for "check first two characters of string c"

C
0

c check first character of string

#include <stdio.h>

int main(void){
  char b[5];
  scanf("%s",&c);
  printf("Simple answer %c",b[0:4])
}
Posted by: Guest on April-23-2021

Code answers related to "check first two characters of string c"

Code answers related to "C"

Browse Popular Code Answers by Language