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

What is the difference between ‘g’ and “g” in C?

1 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


What is structure in c language?

0 Answers  


Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.

1 Answers   BladeLogic, Infosys,


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


WAP to find that given no is small or capital

3 Answers  


What is structure in c definition?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


Hai why 'c' is the middle language

4 Answers  


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


Categories