is compiler do read the data line by line or not.
??
Answer Posted / pratheepmanikandan
yes.the compiler read a data line by line.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
Why is this loop always executing once?
What is an expression?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What are the differences between new and malloc in C?
What is the symbol indicated the c-preprocessor?
How many bytes is a struct in c?
What is static volatile in c?
What are the disadvantages of external storage class?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the difference between test design and test case design?
What is the use of #include in c?
Why & is used in c?
What is #include stdio h?