Why do we use int main?
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 the difference between malloc calloc and realloc in c?
Differentiate between null and void pointers.
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
How can I read data from data files with particular formats?
Is a pointer a kind of array?
Why doesnt this code work?
what is unsigened char and what is the difference from char
HOW TO HANDLE EXCEPTIONS IN C
What is preprocessor with example?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets