here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Answer Posted / ria
dude thnx a lot
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
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 #line used for?
What does c mean before a date?
Define macros.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How is a structure member accessed?
How does placing some code lines between the comment symbol help in debugging the code?
What is an array? What the different types of arrays in c?
What is dynamic memory allocation?
What is wrong with this declaration?
List some of the dynamic data structures in C?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Are pointers integers in c?