what happens if
you try to compile and run this program
#include <stdio.h>
#include <String.h>
int main (void) {
char s [5] = "ABC";
strcat (s + 1, "ABC");
printf("%d", s[0] -s[1]);
return;
}
Answers
Answered by
3
Answer:
sir please follow me i will mark you a brainlist
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
English,
9 months ago
Geography,
9 months ago
Biology,
1 year ago