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

What is signed and unsigned?

0 Answers  


What are shell structures used for?

0 Answers  


What is volatile variable in c?

0 Answers  


What is the importance of c in your views?

0 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,






what is the coding of display the factorial of a number using array and function?

1 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


why program counter is 16 bit?

3 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


Categories