C program to find all possible outcomes of a dice?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers with using function?
Explain 'bus error'?
write a programme to convert temperature from farenheit to celcius?
What is the difference between void main() and int main()?
How do I convert a string to all upper or lower case?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
which is conditional construct a) if statement b) switch statement c) while/for d) goto
give one ip, find out which contry
What is identifiers in c with examples?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan