What is #include cctype?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is array name a pointer?

0 Answers  


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


every function has return the value?

1 Answers  


How to add two numbers without using semicolon n c????

3 Answers  






Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


In which area global, external variables are stored?

3 Answers  


What are the types of data types and explain?

0 Answers  


What is an anonymous union and where to apply that ?

3 Answers   HP,


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


Categories