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 m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
MNC,
2150How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
3206Given a text file (FILE1) with lots of words (ex, an ebook), and another file (FILE2) with a list of blacklist words (slangs, porn, etc.), write a program to find the top 100 words(most frequent 100 words) from FILE1 which are not present in FILE2.
1 16678Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
Sony,
2 9501What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
1 4396
What is the general form of #line preprocessor?
What are the advantages of swift over objective c?
What are python scripts?
Which oops talks about data hiding?
What is a .ocx file?
Tell me are objects passed by value or by reference?
What is the main use of python?
Does python support interfaces like java does?
What is a file descriptor in c?
Why php is used?
What jobs can you get with a c++ certification?
Will this c++ program execute or not?
What is the 4 difference between delete[] and delete?
swap 2 numbers without using third variable?
How does sizeof know array size?