What is the purpose of ftell?
No Answer is Posted For this Question
Be the First to Post Answer
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is the Lvalue and Rvalue?
Can an array be an Ivalue?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
What are called c variables?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the purpose of the fflush() function in C?
how to count no of words,characters,lines in a paragraph.
How can I send mail from within a c program?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)