Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~348 People Reached
Favorite Tags
c x 3
php x 1
Member Avatar for kittu.kishore

I have a doubt regarding [B]stack[/B] in c functions... Here is a program which shows an example... [CODE] #include<stdio.h> int display(); main() { int m=display(); printf("m is : %d\n",m); } int display() { printf("1234\n"); return; } [/CODE] outputs: 1234 m is : 5 [CODE] #include<stdio.h> int display(); main() { int …

Member Avatar for N1GHTS
0
220
Member Avatar for kittu.kishore

I want to learn a server side scripting language like php. But I don't know where to get started... Even getting started I could not understand where I should run a php file... I am good at html, css, and javascript... Can anyone say me how to get started with …

Member Avatar for chrishea
0
128