No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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.
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 ); …
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.
The End.