Two's compliment of -5

Answer Posted / ataraxic

Or in other words
~5+1

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stack in c?

624


How can I send mail from within a c program?

592


Should I learn data structures in c or python?

594


Explain how can you tell whether a program was compiled using c versus c++?

595


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

653






Explain what does the format %10.2 mean when included in a printf statement?

793


I have a varargs function which accepts a float parameter?

590


What is a struct c#?

609


Explain what is wrong with this program statement? Void = 10;

777


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

690


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

775


What are the scope of static variables?

614


What do you mean by c?

599


what are bit fields in c?

613


What is the correct declaration of main?

692