What is logical error?


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

Post New Answer

More C Interview Questions

What is static and volatile in c?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


How many bytes is a struct in c?

0 Answers  


In which language linux is written?

0 Answers  


what is develop in c language

2 Answers  






consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


what is a c-language.what is do.

4 Answers   HCL,


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Categories