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
How do I use void main?
What is the difference between union and anonymous union?
What is a buffer in c?
How can I remove the leading spaces from a string?
What is scope rule of function in c?
Explain zero based addressing.
What is a pointer on a pointer in c programming language?
Tell us two differences between new () and malloc ()?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a lookup table in c?
Why doesnt this code work?
can we change the default calling convention in c if yes than how.........?