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
~310 People Reached
Favorite Tags
Member Avatar for rakeshbk402

hello. I need to know what is & where actually the usage of const static variable, const volatile variable, static volatile variable is used. thanks, with regards Rakesh.

Member Avatar for MrNoob
0
61
Member Avatar for rakeshbk402

Hello all, I am confused with the Output of the Following Program which is mentioned below. int main( ) { int c = 10; printf(c); } The Output here is segmentation Fault when i compiled the program with gcc-4.1.2 The Same program when i remove the initialization of c & …

Member Avatar for cohen
0
65
Member Avatar for rakeshbk402

Hello All, I am a fresher in c, i need to know about how to find out the size of a function defined & size of stack memory allocated for c compilers

Member Avatar for Ancient Dragon
0
184