What is #include cctype?


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

Post New Answer

More C Interview Questions

what is structuer?

4 Answers   LG Soft, Wipro,


How do you determine whether to use a stream function or a low-level function?

0 Answers  


How to establish connection with oracle database software from c language?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


What are the 5 elements of structure?

0 Answers  






What are the properties of union in c?

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


what are the general concepts of c and c++

2 Answers  


What is malloc return c?

0 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


Categories