crazyforcode.com - Best Programming Interview Questions, Puzzles and Brain Teasers

Description: Commonly asked C programming interview questions & answers. Data structures, algorithms, puzzles, brain teasers & frequently asked interview questions (FAQ) for technical interviews conducted by the top IT companies around the world!

puzzles (938) programming interview questions (4) coding interview questions (3) freshers placement paper (1) placement pattern (1) off campus job interviews (1) interview riddles (1) best brain teasers. (1)

Example domain paragraphs

BEHAVIOURAL PATTERNS : These design patterns are specifically concerned with communication between objects. Chain of Responsibility : Chain of Responsibility is a behavioral design pattern that lets you pass requests along a chain of handlers. Upon receiving a request, each handler decides either to process the request or to pass it to the next handler … Read More →

CREATIONAL PATTERNS These design patterns provide a way to create objects while hiding the creation logic, rather than instantiating objects directly using new operator. This gives program more flexibility in deciding which objects need to be created for a given use case. SINGLETON PATTERN : In object-oriented programming, a singleton class is a class that … Read More →

A stream of 1′s and 0′s are coming. At any time we have to tell that the resultant number from the binary digits till that point is divisible by 3 or not. For eg: let’s see one example. Let 1 come (not div by 3).then 1 come so resultant binary number is 11(3) which is … Read More →

Links to crazyforcode.com (1)