Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / pratheepmanikandan

yes.the compiler read a data line by line.

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #define in c?

991


What is ponter?

1224


What is difference between union and structure in c?

1070


What are identifiers in c?

1145


writ a program to compare using strcmp VIVA and viva with its output.

1976


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

977


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.

1055


What is the purpose of macro in C language?

1064


difference between native and cross compilers

2080


How we can insert comments in a c program?

1070


Why is sizeof () an operator and not a function?

985


Can you subtract pointers from each other? Why would you?

916


What is preprocessor with example?

998


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2262


What are the properties of union in c?

995