Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the OOPs concept?
Are c and c++ the same?
write a program to find the frequency of a number
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
How we can set and clear bit in a byte using macro function?
Is it better to bitshift a value than to multiply by 2?
What is bss in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How main function is called in c?
What is the difference between GETS();AND SCANF();
What are pointers? What are different types of pointers?