What are the different types of errors?


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

Post New Answer

More C Interview Questions

2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


What is meant by type casting?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


What is the difference between test design and test case design?

0 Answers  






What are valid signatures for the Main function?

0 Answers  


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


How many parameters should a function have?

0 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


What is a node in c?

0 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


Categories