What is the purpose of ftell?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers without using semicolon n c????
what are the stages of compilation
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
how do you redirect stdout value from a program to a file?
Is the following code legal? struct a { int x; struct a b; }
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Simplify the program segment if X = B then C ← true else C ← false
Write a program to swap two numbers without using third variable in c?
Why dont c comments nest?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
What is the size of enum in c?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain