A
Q. What is the first stage of compilation of a C program?
The compilation of a C program goes through several stages:
Preprocessing:
Compilation:
Assembly:
Linking:
Since preprocessing is the first stage in this sequence, the correct answer is (C) Preprocessing.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Functions can return structure in c?
Q. In C, static storage class cannot be used with:
Q. In which of the following languages is function overloading not possible?
Q. Forward declaration is absolutely necessary
Q. You can access elements of an array by ___.
Q. Which of the following is not true about structs in C?
Q. Choose a correct statement about C language arrays.
Q. Choose correct statements about C Language Pass By Value.
Discusssion
Login to discuss.