Answer Posted / ashik
#define swap(a,b) a^=b^=a^=b;
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain how do you determine the length of a string value that was stored in a variable?
When should you not use a type cast?
Is python a c language?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Whats s or c mean?
What is use of integral promotions in c?
How can you determine the maximum value that a numeric variable can hold?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Explain the red-black trees?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain goto?
What is a keyword?
What is the significance of c program algorithms?
How many levels of pointers have?