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

Are there any problems with performing mathematical operations on different variable types?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What is Bitwise Operator and how it works?

1 Answers  






find the minimum of three values inputted by the user

3 Answers  


Write a program to implement queue.

0 Answers   Aricent,


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Categories