Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
No Answer is Posted For this Question
Be the First to Post Answer
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Which programming language is best for getting job 2020?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What is union in c?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the difference between Printf(..) and sprint(...) ?
say the following declaration is correct nr not. int b=a,n=0;
what is difference between c and c++
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
what are far pointers?
What is the difference between abs() and fabs() functions?