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
How variables are declared in c?
Why is it that not all header files are declared in every C program?
What is strcpy() function?
How is a null pointer different from a dangling pointer?
What is volatile c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
writ a program to compare using strcmp VIVA and viva with its output.
How do we print only part of a string in c?
Differentiate between full, complete & perfect binary trees.
Explain what are the __date__ and __time__ preprocessor commands?
Whats s or c mean?
What is the benefit of using const for declaring constants?
What is meant by initialization and how we initialize a variable?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain how does flowchart help in writing a program?