the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of local variable in c?
How do I access command-line arguments?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Explain how can you check to see whether a symbol is defined?
simple program for virtual function?
what is Structural oriented language? give some example of this language.....?
Tell me what is the purpose of 'register' keyword in c language?
What is a file descriptor in c?
Is calloc better than malloc?
what are advantages of U D F?
What is wrong with this statement? Myname = 'robin';
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