1FILE* fp;
2// if file is 50 bytes long:3fseek(fp, /* from the end */23, SEEK_END); // <- at 50 - 23 so 274fseek(fp, /* from the start */23, SEEK_SET); // 235fseek(fp, /* from the the current (see ftell) */10, SEEK_CUR); // 33
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content