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

the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Tell me when is a void pointer used?

0 Answers  


What are the advantages and disadvantages of pointers?

0 Answers  


What does double pointer mean in c?

0 Answers  


What is the right type to use for boolean values in c?

0 Answers  


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


Hai why 'c' is the middle language

4 Answers  


how to copy a string without using c function

5 Answers  


What is strcpy() function?

0 Answers  


Explain the use of function toupper() with and example code?

0 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


What is function in c with example?

0 Answers  


Categories