i started doing assign2 having some doubts in assign1….will be discussing those doubts with my class mates tomorrow.
AND ONE DOUBT IS THERE THAT WHY I AM NOT ABLE TO USE ‘^’ TO CALCULATE THE POWER…..I READ SOMEWHERE THAT IT IS ACTING AS A BITWISE XOR ..IS DAT SO????
yes ^ is a bitwise XOR operator
to calculate power use pow func (in math.h header file)