Answer Posted / hrpynux@gmail.com
The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the complier?
Is a house a mass structure?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is formal argument?
When the macros gets expanded?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain what is operator promotion?
Write a factorial program using C.
What is the explanation for prototype function in c?
Is c procedural or object oriented?
What happens if a header file is included twice?
What is ctrl c called?
What is the difference between %d and %i?
Define circular linked list.
What are the 5 organizational structures?