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) The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
1 3169hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........
3 5236in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
TCS,
8042matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
TCS,
5 17114Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
2198Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
2222
How to create an object of model in zend framework?
Which operator will be helpful for decision making statements?
What are the differences between copy and retain?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
What is the use of blade?
What is the general form of function in c?
What are disadvantages of pointers?
How to create a web form?
Is nan a c++?
How to change a string in list ?
What do you mean by “this” pointer?
Describe how to send email from a python script?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is default access modifier in Scala?Does Scala have 'public' keyword?
How many types of hooks are there in wordpress?