Explain what are bus errors, memory faults, and core dumps?


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

Post New Answer

More C Interview Questions

What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


What is a node in c?

0 Answers  


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What is the purpose of ftell?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

1 Answers   Hathway,


Why is c used in embedded systems?

0 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


Categories