User Profile
Collapse
-
c/c++ or php?
Which language is better for learning and for getting a great job? (PHP or C/C++).?? -
no after it i learn HTML, javaScript as well. -
Thanks for reply.......... ............... ............... ............... ............... ......Leave a comment:
-
Array: Call by value and Call by reference
What is the difference between Array of call by value and call by reference?
Any simple example?Last edited by Niheel; Jan 17 '12, 04:10 AM. -
Code forgeted
I am studding C/C++, i understand it but after some time i forget some codes, some one tell me How can i grappling on these languages, Is there any easy way? -
Sample program of array :
#include<iostre am.h>
#include<conio. h>
int main(int)
{
int i[5]={10,20,30,40,5 0};
for(int j=0;j<5;j++)
{
cout<<i[j]<<endl;
}
getch();
}Leave a comment:
-
No activity results to display
Show More
Leave a comment: