What is logical error?


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

Post New Answer

More C Interview Questions

write a prgram of swapping with 2 valiables

6 Answers  


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,






main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


Can you pass an entire structure to functions?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


When should the const modifier be used?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Explain how do you print an address?

0 Answers  


Categories