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

i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


What is Your Name :)

1 Answers  


Is c compiled or interpreted?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,






wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


What is meant by inheritance?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


What does s c mean in text?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Explain the concept and use of type void.

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Categories