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
Explain the use of #pragma exit?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Why is a semicolon (;) put at the end of every program statement?
Explain what is wrong with this statement? Myname = ?robin?;
Write a program on swapping (100, 50)
What are predefined functions in c?
Do pointers store the address of value or the actual value of a variable?
Can we assign integer value to char in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Describe wild pointers in c?
What is else if ladder?
What is difference between function overloading and operator overloading?
What is the difference between malloc() and calloc()?
What is difference between arrays and pointers?
What is the use of header?