Answer Posted / naresh.s
main()
{
char ch;
scanf("%d",&ch);
if(ch>64&&ch<91)
printf("capital");
else
printf("small");
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
How can I discover how many arguments a function was actually called with?
What are valid signatures for the Main function?
What is a function in c?
Why is c called a structured programming language?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
c program to compute AREA under integral
Describe newline escape sequence with a sample program?
What is difference between main and void main?
How can I use a preprocessorif expression to ?
what is the different bitween abap and abap-hr?
Explain how can I manipulate strings of multibyte characters?
Do you know what are the properties of union in c?
i got 75% in all semester am i eligible for your company
Why do we need functions in c?