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

Why do we write return 0 in c?

0 Answers  


When is a null pointer used?

0 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


what is a void pointer?

2 Answers  


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  






how i m write c program 1.check prime number 2.prime number series

1 Answers  


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


Compare array data type to pointer data type

0 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


What is the scope of local variable in c?

0 Answers  


Categories