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
What is c method?
What are global variables?
Do character constants represent numerical values?
What is the g value paradox?
Why malloc is faster than calloc?
explain what are actual arguments?
Difference between macros and inline functions? Can a function be forced as inline?
What is a pointer in c?
Write a program to identify if a given binary tree is balanced or not.
Is stack a keyword in c?
What is calloc() function?
What are # preprocessor operator in c?
What are the valid places to have keyword “break”?
Explain the difference between #include "..." And #include <...> In c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.