- Advantages of a macro over a function ?
- Can a file other than a .h file be included with #include?
- Can a variable be both constant and volatile?
- Can include files be nested?
- Can static variables be declared in a header file ?
- Difference between const char* p and char const* p
- Does there exist any other function which can be used to convert an integer or a float to a string ?
- Does there exist any other function which can be used to convert an integer or a float to a string ?
- Home > C Interview Questions > Why n++ executes faster than n+1 ? The expression n++ requires a single machine instruction such as INR to carry out the increment operation whereas, n+1 requires more instructions to carry out this operation. Have a Question ? post your questions here. It will be answered as soon as possible.
- How can I convert a number to a string?
