Using functions, write a program that multiplies two arrays.
Use the following functions:
- Function ReadArray
- Function MultiplyArrays
- Function DisplayArrays
Read two numbers from keyboard and find maximum of them?
How many levels of pointers have?
What is the difference between c and python?
what is the use of ~ in c lang?????
write a c program for greatest of three numbers without using if statment
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
Explain what is dynamic data structure?
write a program to remove occurrences the word from entered text?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
difference between i++* and *++i
What are the salient features of c languages?
How can I write a function analogous to scanf?