Answer Posted / rahul
Put mirror on SWAP. You can see the reverse on the mirror.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can I convert a number to a string?
Combinations of fibanocci prime series
What are the two forms of #include directive?
What is the use of f in c?
What is break in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
write a c program for swapping two strings using pointer
Explain what is the difference between the expression '++a' and 'a++'?
what are # pragma staments?
Where is volatile variable stored?
How can I read data from data files with particular formats?
What is character constants?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are volatile variables in c?
how we can make 3d venturing graphics on outer interface