C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
1 comment:
In the followinf code:
while()
{
fgets(buf,MAXLINE,infp)
fputs(buf,outfp)
}
it copies the latline of infp
1. Once.
2. Twice.
3. Goes into an infinite loop.
4. Dosen't reach to lat line.
Here what is the buf and MAXLINE.
Plz Explain
Post a Comment