Category: Job

21
Apr
2017

Count number of 2’s in a given range (0 to n)? (ex: range between 0-20, Ans: 3 (i.e [2], 1[2], [2]0))

Google Search: https://www.google.com/search?q=Counting+2s&ie=utf-8&oe=utf-8&client=firefox-b#q=Counting+2s+in+c SOlution: https://www.careercup.com/question?id=56794 //https://www.careercup.com/question?id=56794 #include<stdio.h> int main() { int n,i,j; int ctr=0; scanf(“%d”,&n); for(i=0;i<=n;i++) { for(j=i;j>0;j=j/10) {…

14
Apr
2017

Never Give UP

04
Apr
2017

Employer and Job Holder Relationship in Coding Industry

Your attitude is also crucial: Programmers need to be eager to learn, curious, detail oriented, and willing…

02
Apr
2017

Java Certification Experience

https://coderanch.com/t/657812/certification/Passed-today

02
Apr
2017

When you are in confusion about choosing language

https://www.quora.com/How-do-I-improve-my-chances-at-job-applications-as-a-software-developer-engineer

02
Apr
2017

Recruitement

https://devskiller.com/how-to-screen-java-developers-skills-to-find-the-best-guide-for-it-recruitment/