Declare an integer variable. Assign a value -5 to check print its positive value. How to print the positive value because after using unsigned int it is not printing the positive value
According to me In this question you have to assign -5 value in your program but you have to print its positive value , means your program should be such that, it keep avoiding the negative and print it like positive value.