What is dynamic memory allocation?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
what is the function of pragma directive in c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
When should you not use a type cast?
What are the different types of control structures?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the use of bitwise operator?
Is c high or low level?
What is #ifdef ? What is its application?
what is the difference between char * const and const char *?
2. What does static variable mean?