Answer Posted / valli
sorry
after for loop it is not
s[i]=s2[i]
but
correct one is
s2[i]=s[i];
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can you return null in c?
Can you write the function prototype, definition and mention the other requirements.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How pointers are declared?
When is a “switch” statement preferable over an “if” statement?
Write a code to generate a series where the next element is the sum of last k terms.
Is c high or low level?
Combinations of fibanocci prime series
What is difference between scanf and gets?
Can you please compare array with pointer?
Why do we use pointer to pointer in c?
Explain what is a 'locale'?
Explain what are multidimensional arrays?
Tell me what is null pointer in c?
Is r written in c?