Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is a node in c?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
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; }
What is the purpose of ftell?
When is a “switch” statement preferable over an “if” statement?
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?
Why is c used in embedded systems?
Why does not use getgh(); and <conio.h> in c language.
can we declare a variable in different scopes with different data types? answer in detail
HOW TO HANDLE EXCEPTIONS IN C
Write a program to print "hello world" without using a semicolon?