What is #define in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is strcpy() function?
Explain how can you tell whether two strings are the same?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain the advantages of using macro in c language?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Is Exception handling possible in c language?
What is a good data structure to use for storing lines of text?
What is I ++ in c programming?
What is bash c?
What is "Hungarian Notation"?
how to generate sparse matrix in c
What is variable initialization and why is it important?