Answer Posted / ramprasad g
ans: +5
-5 will be stored as 2's complement of 5
2's complement of -5, is thus 2 times 2's complement of 5.
so the ans is 5 itself.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the use of a static variable in c?
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 can I write a function analogous to scanf?
write a program to create a sparse matrix using dynamic memory allocation.
Write a program to reverse a string.
What is wrong with this initialization?
Can you please explain the difference between malloc() and calloc() function?
What are dangling pointers in c?
Are negative numbers true in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Tell us something about keyword 'auto'.
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain the difference between ++u and u++?
Is c a great language, or what?
Explain goto?