Answer Posted / bikash
~ is used to complement a hex value.
eg a = ~0x01;
//now a will have 0xFE;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the concatenation operator?
Is c easier than java?
What does 4d mean in c?
Can the curly brackets { } be used to enclose a single line of code?
What is property type c?
What are bitwise shift operators in c programming?
Tell me the use of bit field in c language?
What is multidimensional arrays
Can you explain the four storage classes in C?
Explain the concept and use of type void.
What is cohesion in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Does c have circular shift operators?
What is static and volatile in c?