What is static and auto variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between File pointer and Internal Charecter Pointer?
What are global variables?
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 stack , heap ,code segment,and data segment
What is a wrapper function in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Juxtapose the use of override with new. What is shadowing?
What is pointer in c?
When was c language developed?
please give me some tips for the selection in TCS.
What is a char c?
wt is d full form of c