for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}
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
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How can I manipulate strings of multibyte characters?
how can i get output like this? 1 2 3 4 5 6
What are the 5 types of inheritance in c ++?
list the no of files created when c source file is compiled
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
Does sprintf put null character?
What is c token?
How can I prevent another program from modifying part of a file that I am modifying?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
how to determine the complexity of an algorithm as log(n)