How do we select the big element or any other operation
from array which is read dynamically. user need to give the
elements only no need to mention the size.
No Answer is Posted For this Question
Be the First to Post Answer
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 []);
why array index always starts from zero??
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Write a program to print ASCII code for a given digit.
code for quick sort?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
LOGIC OF Bodmas?
How to swap 3 numbers without using 4th variable?
What is a floating point in c?
What functions are used in dynamic memory allocation in c?