What is meant by errors and debugging?


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

Post New Answer

More C Interview Questions

what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


What is the scope of static variables in c language?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Explain how do you override a defined macro?

0 Answers  






Find greatest number out of 10 number without using loop.

5 Answers   TCS,


What’s the special use of UNIONS?

0 Answers   ADP,


write a own function for strstr

1 Answers   LG Soft,


How can you increase the allowable number of simultaneously open files?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


Why c is called top down?

0 Answers  


Can a local variable be volatile in c?

0 Answers  


Categories