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 data structure
What is 02d in c?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
where do we use volatile keyword?
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is abstract data structure in c?
What does dm mean sexually?
Explain the difference between strcpy() and memcpy() function?
find the minimum of three values inputted by the user
What is double pointer?
write a program without using main function?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,