Answer Posted / prashant tiwari
array is the set of same type of variable & structure are
use 4 different type of variable
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Can you add pointers together? Why would you?
Explain bit masking in c?
What is meant by 'bit masking'?
What does void main () mean?
What is printf () in c?
What is the usage of the pointer in c?
write a program to print data of 5 five students with structures?
State the difference between x3 and x[3].
What is dynamic memory allocation?
What is string length in c?
Why pointers are used in c?
What extern c means?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
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 []);