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
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

3 Posted Topics

Member Avatar for nivedita5

Hello i designed the code & it is working fine but i am unable to post it .It shows the formatted code in code snippet is not proper pls help me.

Member Avatar for 2teez
0
3K
Member Avatar for sachi059

Hello i found that only register storage class is allowed in function.But it gives error when i mae it extern auto,extern static... Hello i found that only register storage class is allowed in function.But it gives error when i mae it extern auto,extern static... #include<stdio.h> int sum( int ,int,int ); …

Member Avatar for deceptikon
0
890
Member Avatar for BoulderMen

Line 27:U decleared new_data as integer pointer, Line 43:U are assigning address of booktitle(string address) to new_data (integer pointer) so the copy is not happening sucessfully,so u can use memcpy() or strcpy().also u can change the type of new_data.

Member Avatar for sachi059
0
306

The End.