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


Please Help Members By Posting Answers For Below Questions

What the different types of arrays in c?

615


What is a string?

667


What do you know about the use of bit field?

613


code for find determinent of amatrix

1520


What is a built-in function in C?

797






which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1420


Why is event driven programming or procedural programming, better within specific scenario?

1955


How are variables declared in c?

600


Should a function contain a return statement if it does not return a value?

600


How would you obtain the current time and difference between two times?

731


Do you know the difference between exit() and _exit() function in c?

610


Why calloc is better than malloc?

573


If the size of int data type is two bytes, what is the range of signed int data type?

595


What is the best way of making my program efficient?

572


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

605