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

illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1576


What is call by value in c?

551


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1191


a program that can input number of records and can view it again the record

1476


What is a union?

603






An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

652


What is the difference between Printf(..) and sprint(...) ?

778


What does 3 mean in texting?

604


Why is structure important for a child?

601


What are the application of void data type in c?

687


What is the code in while loop that returns the output of given code?

1294


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

605


What is putchar() function?

628


What is dynamic variable in c?

558


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1620