write a c program for swapping two strings using pointer
No Answer is Posted For this Question
Be the First to Post Answer
What is static and auto variables in c?
wats SIZE_T meant for?
Do you have any idea about the use of "auto" keyword?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Why c is a procedural language?
Explain how can you avoid including a header more than once?
How a string is stored in c?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What is operator promotion?
How can you draw circles in C?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What is variable initialization and why is it important?