is compiler do read the data line by line or not.
??
Answer Posted / abhi
Interpreter reads line by line not compiler
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the different types of control structures in programming?
How do we open a binary file in Read/Write mode in C?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Which is better malloc or calloc?
What is infinite loop?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is FIFO?
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between exit() and _exit() function in c?
What are the __date__ and __time__ preprocessor commands?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Why do we need a structure?
What are the types of i/o functions?
Why can arithmetic operations not be performed on void pointers?
Describe the header file and its usage in c programming?