plz help me solving below programs

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2007
Posts: 2
Reputation: bunty_kkp is an unknown quantity at this point 
Solved Threads: 0
bunty_kkp bunty_kkp is offline Offline
Newbie Poster

plz help me solving below programs

 
0
  #1
Jul 2nd, 2007
1. Define a structure called cricket that will describe the following information
Player name
Team name
Batting average
Using cricket, declare an array player with 10 elements and write a program to read the information about all the 10 players and print a team wise list containing names of players with their batting average.

2. Using pointers, write a function that receives a character string and a character as argument and deletes all occurrences of this character in the string. The function should return the corrected string with no holes.

3. Write a program to extract a portion of a character sting and print the extracted string. Assume that m characters are extracted, starting with nth character.

4. Write a program to encrypt a string and decrypt it using your own method of encryption and decryption.

5. Write a calendar program to find out the day of a given date in a particular year
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: plz help me solving below programs

 
1
  #2
Jul 2nd, 2007
How about you do your own homework?
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 33
Reputation: bvgsrs is an unknown quantity at this point 
Solved Threads: 1
bvgsrs bvgsrs is offline Offline
Light Poster

Re: plz help me solving below programs

 
0
  #3
Jul 3rd, 2007
do come up with a pseudocode on these ... we will help you to build on it ...
put in your effort

- Ram Sharma
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 21
Reputation: praneeth_gunda is an unknown quantity at this point 
Solved Threads: 0
praneeth_gunda's Avatar
praneeth_gunda praneeth_gunda is offline Offline
Newbie Poster

Re: plz help me solving below programs

 
1
  #4
Jul 3rd, 2007
First u Start the Coding then we will help u
Praneeth Kumar
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: plz help me solving below programs

 
0
  #5
Jul 3rd, 2007
Exactly. You write the psuedocode first then we'll offer advice. Then you can write your code and we can help after you have written it.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,131
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 283
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: plz help me solving below programs

 
2
  #6
Jul 3rd, 2007
Did the OP really need 4 posts that say exactly the same thing? C'mon, people, one post is enough.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 2
Reputation: bunty_kkp is an unknown quantity at this point 
Solved Threads: 0
bunty_kkp bunty_kkp is offline Offline
Newbie Poster

Re: plz help me solving below programs

 
0
  #7
Jul 4th, 2007
ya i want it same, plz help me

Originally Posted by WaltP View Post
Did the OP really need 4 posts that say exactly the same thing? C'mon, people, one post is enough.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: plz help me solving below programs

 
1
  #8
Jul 4th, 2007
Have you done any work on your own yet? I don't see any.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 686
Reputation: sillyboy is on a distinguished road 
Solved Threads: 61
sillyboy's Avatar
sillyboy sillyboy is offline Offline
Practically a Master Poster

Re: plz help me solving below programs

 
0
  #9
Jul 6th, 2007
Suprisingly all those questions have the same answer!!!

  1.  
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. printf("Hello World\n");
  6. return 0;
  7. }
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 33
Reputation: bvgsrs is an unknown quantity at this point 
Solved Threads: 1
bvgsrs bvgsrs is offline Offline
Light Poster

Re: plz help me solving below programs

 
0
  #10
Jul 6th, 2007
Hi,
check the following thread titled - "Help Please - with String Manipulation".
you can find the answer to one of your questions.

You only need to customize it a little to suit your requirement.

hey !!!
can anyone help me out with his 5th Q - to find the day given the date. The logic or maths behind it.
given a date - say 15th Aug 1947 - the program should o/p the day.


Ram Sharma
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum


Views: 2020 | Replies: 11
Thread Tools Search this Thread



Tag cloud for C
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC