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

Why header files are used?

0 Answers  


what are the advantages & disadvantages of unions?

2 Answers  


What is New modifiers?

0 Answers   NA,


what is the syallabus of computer science students in group- 1?

0 Answers  


Why do we use int main instead of void main in c?

0 Answers  






what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


what is diffrence between string and character array?

1 Answers  


Categories