Q27 Write a C program to round numbers. July 12, 2015 Gyantoday Most Important Interview Questions In C Leave a comment Use this statement to round numbers (int)(number < 0 ? (number – 0.5) : (number + 0.5)) Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Q95 write a C function to return the number of set bits in an integer.DateJuly 27, 2015In relation toMost Important Interview Questions In CQ36 Is float a = 22/7 and double b = 22/7 is equal? How to compare floating point numbers?DateJuly 15, 2015In relation toMost Important Interview Questions In CQ29 Write your own code to generate random number.DateJuly 13, 2015In relation toMost Important Interview Questions In C