write a c program to find the probability of random numbers between 1-1000


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

Post New Answer

More C Interview Questions

what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is default value of global variable in c?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,






How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


what is the difference between strcpy() and memcpy() function?

2 Answers  


What is a pointer and how it is initialized?

0 Answers  


Why ca not I do something like this?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


Can we assign integer value to char in c?

0 Answers  


Categories