Answer Posted / ankith.v
C And C++
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the -> in c?
How can I use a preprocessorif expression to ?
Is it possible to pass an entire structure to functions?
What are linker error?
What is structure packing in c?
What is the difference between far and near ?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What's the right way to use errno?
What is difference between union and structure in c?
Subtract Two Number Without Using Subtraction Operator
How do you convert strings to numbers 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 ambagious result in C? explain with an example.
How can this be legal c?
In a header file whether functions are declared or defined?