Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) #include
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
1 4615Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
1857Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
TCS,
1944int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
2 281829. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
TCS,
2 9693hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
18584. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
TCS,
2367
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
What is the purpose of the '.frm' file extension? What do thes file contain?
What are major variables in research?
Do you know what are bitwise shift operators in c programming?
Which files are required to build module in joomla?
What is benefit of namespace (package) in magento?
How to turn off crsf protection for specific route in laravel?
Which type of server technology is used by joomla?
How do you identify independent and dependent variables in regression analysis?
What does do in c?
How to generate crud code?
How would you freeze an object in ruby? Can you provide a simple example?
Different ways of adding js. How to add js in hook_form?
can we retrieve only integer/String type columns from a table,if yes how?
Is c++ a difficult language?