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) Tell us about yourself.
ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
47 127027Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
IBM,
13 222421)#include
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
5 9704int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
TCS,
4 12758When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
1 4179Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
4 11035
How to integrate external scripts with zend framework ?
What is tuple when we have to use ?
List some database related query function used in cakephp.
How do I remove breadcrumbs from my drupal pages?
Explain heap and queue.
What are the directory structure of yii 2.0 framework?
What are Features of Recursion?
Does wordpress involve coding?
Can I learn django without python?
What are the available Alternate security databases ?
How to convert a list into a tuple?
How does run-time type information (rtti) work?
Dont ansi function prototypes render lint obsolete?
How to use core folder in codeigniter?
If class D is derived from a base class B