Describe explain how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
What is #include in c?
What are keywords c?
where does malloc() function get the memory?
What are the uses of a pointer?
Explain what is the difference between a string and an array?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what does data structure mean?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why string is used in c?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What are qualifiers in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?