is compiler do read the data line by line or not.
??
Answer Posted / ankith.v
It Reads The Data Line by Line
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain what is a stream?
How can a process change an environment variable in its caller?
Explain #pragma statements.
What is the difference between mpi and openmp?
Explain About fork()?
Can a variable be both constant and volatile?
Explain how do you use a pointer to a function?
How can I read a binary data file properly?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what does static variable mean?
What is static memory allocation? Explain
Can we change the value of #define in c?
If errno contains a nonzero number, is there an error?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is pointer to pointer in c?