C program to find all possible outcomes of a dice?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main differences between C and Embedded C?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What is wrong with this program statement?
how to print value of e(exp1)up to required no of digits after decimal?
How can I open a file so that other programs can update it at the same time?
What are the different types of pointers?
Explain what is the difference between null and nul?
where does it flourished?
what is diffrence between string and character array?
What is the use of void pointer and null pointer in c language?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
what is void pointer?