You are here:
You can ask me any questions about C and c++
I don't have practical experience. But i have knowledge about C as I belong to IT field since last 5 years.
I an studying in MCA from Maharashtra (Mumbai University)
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| phaneendra | 03/13/12 | 9 | 9 | 9 | thank you sir |
| anjali | 11/12/11 | 10 | 10 | 10 | thanks sir |
| Parixyt | 11/09/11 | 9 | 10 | 10 | Thank you very much. It did the ..... |
| sujal | 09/09/11 | 10 | 7 | 10 |
Hello tanzim, If you are new to programming, then let me tell you one thing c++ language is an advanced version of c. So,i will recomend you to learn c before c++. I will recomend you the book of "c programming
Hello Mohamed, To write matrix multiplication program we have to make use of 3 for loops nested in it. Here, i have taken fixed size of matrix that is 2. So, here I don't need to check the condition of
Hi Mohamed, To write these type of pyramid program we have to use nested for loops. Inner for loop is for column and outer for loop is for row. You can see, here, row starts with 5 to 1 (in descending
Hello, Generating random number is very simple thing to do in C. In C, compiler defined a in-built function rand() that can generate random numbers at run time. This function is included by the file
Hello phaneendra, In this line , (J=i++ + ++I + --I;) all the times it will calculate the value of i but it will not save the value of i. We know that, initially i=5; i++ will increase the value
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.