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

What is an lvalue?

603


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1548


Explain what are the __date__ and __time__ preprocessor commands?

570


Explain is it better to bitshift a value than to multiply by 2?

684


What is the use of structure padding in c?

542






What is the difference between break and continue?

580


What are reserved words with a programming language?

573


How was c created?

577


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1682


Is c dynamically typed?

648


Explain what are multibyte characters?

600


which is conditional construct a) if statement b) switch statement c) while/for d) goto

715


What does #pragma once mean?

660


Write a program to reverse a linked list in c.

613


What is a sequential access file?

624