What is typeof in c?
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
What is far pointer in c?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
Can we increase size of array in c?
What are the different types of endless loops?
What's the right way to use errno?
Explain the priority queues?
What is identifiers in c with examples?
Who had beaten up hooligan "CHAKULI" in his early college days?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
sum of two integers values only other then integer it should print invalid input.