What are the types of bitwise operator?
Answer / Deep Kamal Tiwari
In C, there are six basic bitwise operators: AND (&), OR (|), XOR (^), NOT (~), Left Shift (<<), and Right Shift (>>).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is structure packing ?
How can I find the modification date of a file?
application attempts to perform an operation?
What header files do I need in order to define the standard library functions I use?
Explain the term printf() and scanf() used in c language?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
How to declare a variable?
What are different types of pointers?
What are the application of c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Can we compile a program without main() function?