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
write a program in c language to print your bio-data on the screen by using functions.
What is %d used for?
How do you use a pointer to a function?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are the types of pointers in c?
What are header files in c?
What are the 3 types of structures?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is the difference between functions getch() and getche()?
What are the various types of control structures in programming?
Can we increase size of array in c?
What is a c token and types of c tokens?
What is structure pointer in c?
What is meant by operator precedence?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.