Answer Posted / srsabariselvan
Dennis MacAlistir Ritchie
| Is This Answer Correct ? | 92 Yes | 16 No |
Post New Answer View All Answers
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the Purpose of 'extern' keyword in a function declaration?
What is a structure and why it is used?
What is the use of #define preprocessor in c?
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 []);
What is New modifiers?
What does c value mean?
Is c dynamically typed?
Do you know null pointer?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
List some basic data types in c?
what is the significance of static storage class specifier?
Is fortran still used in 2018?
How will you find a duplicate number in a array without negating the nos ?
What is an lvalue?