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 is it valid to address one element beyond the end of an array?
What is a pointer in c?
Explain low-order bytes.
Explain how do you print an address?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is time complexity c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why is c called c?
Is c is a low level language?
main() { printf("hello"); fork(); }
Write a program to check palindrome number in c programming?
What is the general form of function in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain how can I remove the trailing spaces from a string?