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) My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
1965Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 7219what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
4 6623Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
2 12087You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
4 12390Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
1 5865
How to use a true DWORD value passed to Delphi application?
How is polymorphism achieved?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain try, raise, and finally?
What is a csrf cookie?
What is difference between web service and api?
List the features of oops in c++?
What are the advantages of each?which would you use and why?
What does stl mean in slang?
Is python object-oriented? What is an object-oriented programming
What is difference between main and void main?
Is python slower than java?
Why c++ is faster than java?
Tell me what is mean by an associative array?
how to build a exercise findig min number of e heap with list imlemented?