Explain how do you generate random numbers in c?


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

Post New Answer

More C Interview Questions

write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

0 Answers  


What is c token?

0 Answers  


what is the difference between while and do while?

2 Answers  


Write a program to reverse a given number in c language?

0 Answers  






How do you use a pointer to a function?

0 Answers  


related to rdbms query .

2 Answers  


What is a constant and types of constants in c?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


What are the header files used in c language?

0 Answers  


what are two kinds of java

2 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


Categories