User profile: Sajeel

User info
User name:Sajeel
History
Joined:
Number of posts:19
Latest posts:

recursive fibonacci ,stack memory illustration
can you simply explain what you wanna say and wanna ask

Print ascii table
hey! are you restricted on c++ or allowed to do in c

Help with command line qns
yup

Help with command line qns
the integer num is for storing the current number and num>max is for checking if the current num is...

2D multiplication table
[code] #include<iostream> using namespace std; int main() { int t[10][10]; int a,b; cout<<"Enter ...