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

Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Is c procedural or functional?

0 Answers  


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


What is use of integral promotions in c?

0 Answers  


What is character set?

0 Answers  






write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


Lists the benefits of c programming language?

0 Answers  


What happens if a header file is included twice?

0 Answers  


Which is better pointer or array?

0 Answers  


Is c is a middle level language?

0 Answers  


How are structure passing and returning implemented?

0 Answers  


Categories