interview

Numerify Interview Questions and Answers | Online Test

Numerify Interview Questions and Answers shared by Candidate for Java developer profile. Coding test, offline assignment and HR questions.

Factset

25+ Factset Interview Questions and Placement Paper

I am sharing Factset Interview Questions and my experience about Factset placement. Total 4 Rounds: 1st Written, 2 technical rounds, 4th The HR Interview.

C-Array

Write a C Program to Check if Array is Sorted

Write a C Program to check if array is sorted. How to check if the array is sorted using C code? Explained with the example in detail.

General Electric

GE (General Electric) Interview Questions for Technical & HR Round

Sharing my experience about General Electric Placement Paper and GE Interview Questions. There were three rounds: written test, technical and HR round…

Code

Linked List Implementation using Array in C [Step-By-Step]

Linked list implementation using array in C code. Write a C program to implement linked list.

bit manipulation

How to Convert Decimal to Binary in C/C++ Program?

Write a simple C/C++ program to convert decimal to binary. Write C function for conversion with and without recursion.

cpp

How to add Two Number without using Operator in C?

This is one of the tricky question asked in many of the placement interviews. Here we have to add Two Number without using Operator in C.