What is the process to generate random numbers in c programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What does *p++ do? What does it point to?

0 Answers  


Do you know pointer in c?

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What is 2 d array in c?

0 Answers  


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  






Is c++ based on c?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


what is c programing

11 Answers   Wipro,


How do you generate random numbers in C?

0 Answers  


Categories