fork(1) download
  1. #include <stdio.h>
  2. #include <string.h>
  3. int main(void) {
  4. // your code goes here
  5. char a[]="sda";
  6. char b[] = "sd";
  7. int offset=2;
  8.  
  9. if ( *(a+strlen(b)) < 'c') {
  10. printf("true");
  11. }
  12.  
  13.  
  14.  
  15. }
  16.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
true