what is Array?
Answers were Sorted based on User's Feedback
Answer / lakshmi
it is a grouped item of consequitive memory elements with
similar type of values.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / lakshmi
Array is the group of consequitive elements with same type.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / guest
collection of element in continuous memory location
| Is This Answer Correct ? | 1 Yes | 1 No |
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
What is substring in c?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
How can I swap two values without using a temporary?
WHO WROTE C LANGUAGE?
Find MAXIMUM of three distinct integers using a single C statement
what is d pitfalls of registers variables
What are terms in math?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
Is there a way to switch on strings?
What is Memory leakage ?
what is the output of printf("%d",(scanf("%d",10));