Wednesday, 23 November 2011

Re: (VU-Study-Corner) MCS help needed in coding programs.... Plz help

void convertToUppercase(char *sptr)
{
while(*sptr!='\0')
{
if(islower(*sptr))
*sptr=toupper(*sptr);
++sptr;
}
}
is file ma code ha 



On Wed, Nov 23, 2011 at 6:38 AM, bc100400778 Maria Fiaz <bc100400778@vu.edu.pk> wrote:
I also fond of programming but I have no time for it. This code is so easy  I think apko apny instructor ko mail karni chahiyeh wo apki help zarur karain gay. agar ho jay to mujy code zarur send karna. It is intresting.

On Wed, Nov 23, 2011 at 6:14 PM, mc110200116 Muhammad Yaseen Ghouri <mc110200116@vu.edu.pk> wrote:

Dear Fellows,

         I have a small problem which i am sure by discussing with you could be solved easily. I am trying to write a code which takes input from the user as his/her complete name and then trying to convert it into capital letters with the help of functions. But the problem is that i don't know what to do in this case kindly help me and if possible then send me the complete code regarding the same program.

         The other problem is that i am trying to write a code for a program which take input from a user as a string but then by the use of coding the program prints the string in backward order  i.e; from right to left what ever user enters. So if possible kindly send me the code for the same as well.


I will be very thankful to you for this act of kindness.

Regards,

Mohammad Yaseen(yaseenraja2000@gmail.com)

MCS(First semester)

--
Join us at facebook: https://www.facebook.com/VU.Study.Corner
 
Group Link: http://groups.google.com/group/VU-Study-Corner?hl=en
 
Group Rules: http://groups.google.com/group/VU-Study-Corner/web/group-rules
 
Unsubscribe: VU-Study-Corner+unsubscribe@googlegroups.com
 
Adult contents, Spamming, Immoral & Rudish talk, Cell number, Websites & Groups links specially in paper days are strictly prohibited and banned in group.

--
Join us at facebook: https://www.facebook.com/VU.Study.Corner
 
Group Link: http://groups.google.com/group/VU-Study-Corner?hl=en
 
Group Rules: http://groups.google.com/group/VU-Study-Corner/web/group-rules
 
Unsubscribe: VU-Study-Corner+unsubscribe@googlegroups.com
 
Adult contents, Spamming, Immoral & Rudish talk, Cell number, Websites & Groups links specially in paper days are strictly prohibited and banned in group.

--
Join us at facebook: https://www.facebook.com/VU.Study.Corner
 
Group Link: http://groups.google.com/group/VU-Study-Corner?hl=en
 
Group Rules: http://groups.google.com/group/VU-Study-Corner/web/group-rules
 
Unsubscribe: VU-Study-Corner+unsubscribe@googlegroups.com
 
Adult contents, Spamming, Immoral & Rudish talk, Cell number, Websites & Groups links specially in paper days are strictly prohibited and banned in group.

No comments:

Post a Comment