Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
c x 9
Member Avatar for pavani2006

U can do it by following the below steps. 1.In the Menubar , Go to Tools and Select User Configuration Tools 2.A new window pops up.In that click Group name button. 3.Give a name to the commands set u wanted and click OK button. 4.And then click Add tool button, …

Member Avatar for sujitha77
0
2K
Member Avatar for venuaccha
Member Avatar for venuaccha
0
198
Member Avatar for satyanarayanam

Write a Macro instead of function like this. #define sizeof(x) ((char *)((&x)+1) - (char *)&x) It should work.

Member Avatar for Narue
0
157
Member Avatar for venuaccha

I want to pass a 2D matrix to a function in C which modifies the elements of the matrix and the modifications should be effective in the calling function. How to achieve this in C.

Member Avatar for Salem
0
834