What is null character in c?
What are identifiers in c?
plz let me know how to become a telecom protocol tester. thank you.
What is variable in c with example?
without using arithmatic operator convert an intger variable x into x+1
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); }
what is the function of void main()?
By using C language input a date into it and if it is right?
Can a pointer be null?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What is the Purpose of 'extern' keyword in a function declaration?
how many argument we can pas in in a function
What is local and global variable in c?