C program to find all possible outcomes of a dice?


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

Post New Answer

More C Interview Questions

how to devloped c lenguege?

4 Answers  


What is pointer & why it is used?

0 Answers  


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


why we need function pointers?

3 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  






What are file streams?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


What is main () in c language?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


What are reserved words?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


Categories