Archive | Basics RSS feed for this section

Tricky C Programming Interview Questions

January 3, 2012

0 Comments

c programming questions

There are many companies carrying out projects on C platform. If you have to face an interview in C-programming, it doesn’t mean that you will be working purely on that platform. But, the fact is that the interviewer will be checking your programming skills based on how you face the interview. Since C-programming is the [...]

Continue reading...

How to Perform A Advanced Matrix Operations

September 17, 2010

0 Comments

Here’s a C program for Performing Advanced Matrix Operations like finding determinant, singular, etc

Continue reading...

What Is The Difference Between C & C++ ?

September 14, 2010

1 Comment

In object oriented programming, a programmer can solve problems by breaking them down into real-life objects (it presents the programmer with an opportunity to mirror real life). For those people who know C programming, it would be useful to know the differences between C and C++.

Continue reading...