How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is clrscr ()?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are pointers? What are different types of pointers?
how to find anagram without using string functions using only loops in c programming
Why use int main instead of void main?
What is non linear data structure in c?
Why do we use c for the speed of light?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the value of c?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Where are some collections of useful code fragments and examples?