Posts

Showing posts with the label Interview Questions

Decimal to Binary conversion

Here is C program to convert a decimal number into binary number. This program is asked frequently in interview. Many software companies ask this question.

Programming Interview Questions Collection

In this post, we are giving interview questions that are asked in interview. These questions might help you in the interview. Here these programs are asked in interview to our friends and colleagues. There are also so many questions that are asked in interview.

Rotate matrix by 90 degrees In place C Program

Simple C program to rotate matrix by 90 degrees.

Print matrix by 90 degrees rotation C program

Given a matrix. Rotate it by 90 degrees.