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
~2K People Reached
Favorite Forums
Favorite Tags
c x 11
Member Avatar for Prithvi.R.K

Hi, i'm trying to write a c code for finding height of silhouette at every given [oint of x using brute force can any one help me out please. Thank you

0
68
Member Avatar for Prithvi.R.K
Member Avatar for Prithvi.R.K
0
203
Member Avatar for Prithvi.R.K

case 3: Complement(a,m); that is the function call in main function void Complement(int a[10],int m) { int i,k; int c[20]={0,1,2,3,4,5,6,7,8,9}; for(i=0;i<=m;i++) { if(!a[] == c[]) { printf("\n%d",c[20]); } } }

Member Avatar for Prithvi.R.K
0
131
Member Avatar for Prithvi.R.K

I could like to take help from any of you to write a c code for finding complement of a set. i am a begginer so i need your help. thanks

Member Avatar for Moschops
0
72
Member Avatar for Prithvi.R.K

I was trying to write a code for union and intersection of two sets but i got an error which states clrscr and exit are not declared in scope. I have included the header files but still i get this error. Can some one help me out in this?

Member Avatar for Prithvi.R.K
0
1K