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 the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
What is %s and %d in c?
If I have a char * variable pointing to the name of a function ..
Are comments included during the compilation stage and placed in the EXE file as well?
Can anyone tell what is stack overflow? what precaution we should take?
How to compare array with pointer in c?
What is the meaning of && in c?
What is the difference between fork() and vfork()?
Tell us bitwise shift operators?
What does stand for?
How can I remove the trailing spaces from a string?
What is the most efficient way to count the number of bits which are set in a value?