explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
Define function pointers?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Explain the use of #pragma exit?
how would a 4*3 array A[4][3] stored in Row Major Order?
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Program to find largest of three numbers without using comparsion operator?
write a program whose output will be- 1 12 123 1234
IS Doon college of Engn.. has good faculty
Explain how can a program be made to print the name of a source file where an error occurs?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,