C Language Functions Interview Question Part 2

  C Language Functions Interview Question Part 2 1. How would you use the functions randomize () and random ()? randomize ():initiates random number generation with a random value. random ():generates random number between 0 and n-1; 2. What do the functions atoi (), itoa () and gcvt () do? atoi () is a macro … Read more