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
Ranked #55.1K
~394 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for naya22

hey its easy to generate a fib series, it just adds the prev 2 nos and then get the third one. so u cud have for loop to generate it as follows for(j=0;j<30;j++) {temp=temp+temp+1) } //this generates the fib series till 30 for(i=temp;i<n;i++) { i=i+i+1; printf("%d",& num) } // this …

Member Avatar for ndeniche
0
123
Member Avatar for Manzar

hey the thing is its quite easy da! only thing is please tell us what ur difficulty is!whether u dont know how to write functions or u dont know how to find whether a number is prime? if its abt function u can check it up online as to how …

Member Avatar for WaltP
0
115
Member Avatar for sowmya nair

[quote=sowmya nair;340340]the problem is as follows: write a program:the array of integers indicating the marks of the students is given.u have to calculate the percentile of the student according to this rule:the percentile of a student is the % of number of student having marks less than him.for example: student …

Member Avatar for jimmymerchant
0
156

The End.