Difference between Function to pointer and pointer to function
No Answer is Posted For this Question
Be the First to Post Answer
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
to find the program of matrix multiplication using arrays
Why is c known as a mother language?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
what is the diff b/w static and non static variables in C. Give some examples plz.
What kind of structure is a house?
Why can’t we compare structures?
What is queue in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can we initialize extern variable in c?