write a c program for print your name .but,your name may be
small
letter mean print a capital letter or your name may be
capital
letter mean print a small letter .example
\\enter ur name :
sankar
The name is: SANKAR
(or)
enter your name:SAnkar
The name is:saNKAR

Answer Posted / vadivelt

Hi all,

In my post, Answer #1 please change the statement in if
condition from *ptr <= 96 to *ptr <= 90

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does it mean when a pointer is used in an if statement?

617


What is the use of pragma in embedded c?

592


Why can’t constant values be used to define an array’s initial size?

836


Describe static function with its usage?

612


What is scope rule of function in c?

552






What is void pointers in c?

590


Why shouldn’t I start variable names with underscores?

625


What is the explanation for cyclic nature of data types in c?

648


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

905


Why doesnt this code work?

618


What is malloc and calloc?

573


What is a stream?

651


Explain how can I pad a string to a known length?

654


What is scope rule in c?

605


Write a code of a general series where the next element is the sum of last k terms.

593