is compiler do read the data line by line or not.
??
Answer Posted / archana
yes compiler reads line by line then compiles
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is 2c dna?
What are the different types of constants?
What is the difference between #include and #include 'file' ?
What is const and volatile in c?
Why does not c have an exponentiation operator?
what are non standard function in c
Is it possible to initialize a variable at the time it was declared?
What are the application of c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Is null always defined as 0(zero)?
What are the valid places to have keyword “break”?
Why main is not a keyword in c?
What is meant by realloc()?