what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
No Answer is Posted For this Question
Be the First to Post Answer
What are valid signatures for the Main function?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What are the types of type specifiers?
What are header files? What are their uses?
what is the difference between global variable & static variable declared out side all the function in the file.
Can we replace the struct function in tree syntax with a union?
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 quick sort in c?
Describe static function with its usage?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Total of how many functions are available in c?
Explain how does free() know explain how much memory to release?