What are logical errors and how does it differ from syntax errors?


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

Post New Answer

More C Interview Questions

What are header files in c programming?

0 Answers  


What is omp_num_threads?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  






please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What are actual arguments?

0 Answers  


What is the use of ?

0 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


Can we assign string to char pointer?

0 Answers  


What is difference between union All statement and Union?

0 Answers  


What is the size of empty structure in c?

0 Answers  


Categories