+ All Categories
Home > Documents > ...(a) Explain with example bitwise operators in C language. (b) Write a program using recursive...

...(a) Explain with example bitwise operators in C language. (b) Write a program using recursive...

Date post: 13-Jul-2020
Category:
Upload: others
View: 3 times
Download: 0 times
Share this document with a friend
2
Transcript
Page 1: ...(a) Explain with example bitwise operators in C language. (b) Write a program using recursive function 'power' to compute xn (d) power(x,n) — if n 0 power(x,n) = x power(x,n)
Page 2: ...(a) Explain with example bitwise operators in C language. (b) Write a program using recursive function 'power' to compute xn (d) power(x,n) — if n 0 power(x,n) = x power(x,n)

Recommended