How can I generate floating-point random numbers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the 5 types of inheritance in c ++?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


why wipro wase

0 Answers   Wipro,


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


what are the different storage classes in c?

0 Answers   TCS,






we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


What is string in c language?

0 Answers  


where do we use volatile keyword?

1 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


I have seen function declarations that look like this

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is a macro?

0 Answers  


Categories