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) I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
1 3687I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
1 3978if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 26476any string of bits of length 'n' represents a unique non- negative integer between.............?
2 7406write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
TCS,
3 13265Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
1991
Describe exception handling concept with an example?
Give an example of shuffle() method?
Tell me what's the process to get the home directory using ‘~' in python?
How to get current environment in laravel?
What are the four major components of mvc?
Where is c used?
Explain about input() method.
What are structure types in C?
Is c++ still being used?
What are the data types in r on which binary operators can be applied?
What are the steps kept in mind while designing the zend_form?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Describe strsplit() in r string manipulation?
Why do we use raw_input in python?
What does sorted do in python?