Can two or more operators such as
and be combined in a single line of program code?
difference between native and cross compilers
What is data structure in c language?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
wat is the difference between array and pointer?
How do you use a pointer to a function?
what are brk, sbrk?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is the difference between array and linked list in c?
How can I find the modification date and time of a file?
Tell me with an example the self-referential structure?
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