Using functions, write a program that multiplies two arrays.

Use the following functions:

- Function ReadArray

- Function MultiplyArrays

- Function DisplayArrays


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Does c have an equivalent to pascals with statement?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


what is pointer?

4 Answers  


What is a dynamic array in c?

0 Answers  






int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


Is c weakly typed?

0 Answers  


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  


How does free() know how many bytes to free?

8 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


Categories