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

in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


What is function and its example?

0 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


Explain how can I right-justify a string?

0 Answers  


For what purpose null pointer used?

0 Answers  


What is printf () in c?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


How can I delete a file?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


Explain what does a function declared as pascal do differently?

0 Answers  


Explain the difference between structs and unions in c?

0 Answers  


Categories