When do we get logical errors?


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

Post New Answer

More C Interview Questions

24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


Why array starts with index 0

2 Answers  


praagnovation

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  






What are keywords in c with examples?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


What are the advantages of c language?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


Categories