What are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Why c is a mother language?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
what is the disadvantage of using macros?
why should i select you?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What is a program flowchart?
Write a program to swap two numbers without using third variable in c?
How is a pointer variable declared?
What is the easiest sorting method to use?
How do you initialize pointer variables?
how do we remove the printed character in printf statement and write next it it