Answer Posted / kiran kumar yakkala
#define ~toggle(val,n) var^=1<<n
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What does 1f stand for?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
How to Throw some light on the splay trees?
What is realloc in c?
What is const keyword in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are nested functions in c?
What are header files why are they important?
What are the parts of c program?
Why c is procedure oriented?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the size of a union variable?
What is #line?
How can I read data from data files with particular formats?