write a c program for swapping two strings using pointer
No Answer is Posted For this Question
Be the First to Post Answer
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Explain bit masking in c?
Do you know pointer in c?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
write a programme to convert temperature from farenheit to celcius?
WHO WROTE C LANGUAGE?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is self-referential structure in c programming?
How can you check to see whether a symbol is defined?
Why we use void main in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?