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

Answer Posted / jonu

both compiler and interpreter read the program line by line only

the main deference says

when interpreter read the line it compile and show error hand to hand,
but in case of compiler if it finds an error it points to that error and go for checking further program lines...
and in the end it show all error containing the program

reply me if i am wrong

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between break and continue?

608


What is the use of extern in c?

651


What math functions are available for integers? For floating point?

627


What is the use of function overloading in C?

684


What is cohesion in c?

545






What is C language ?

1533


Explain what are the advantages and disadvantages of a heap?

599


Define C in your own Language.

644


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2176


What is a program flowchart and how does it help in writing a program?

669


What is a void pointer in c?

610


How can I rethow can I return a sequence of random numbers which dont repeat at all?

708


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

614


what will be the output for the following main() { printf("hi" "hello"); }

9346


How do you convert strings to numbers in C?

713