is compiler do read the data line by line or not.
??

Answer Posted / archana

yes compiler reads line by line then compiles

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript based on c?

588


What is a double c?

580


What are the 5 types of inheritance in c ++?

572


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1254


What are Macros? What are its advantages and disadvantages?

632






What are identifiers c?

558


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

619


What are the features of the c language?

636


Define VARIABLE?

684


Why c is procedure oriented?

562


How can you increase the allowable number of simultaneously open files?

587


where are auto variables stored? What are the characteristics of an auto variable?

582


What is meant by inheritance?

622


What are the standard predefined macros?

627


What is #line?

602