How is a null pointer different from a dangling pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is hungarian notation? Is it worthwhile?
what is the difference between procedure oriented and object oriented progaming language
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What are the benefits of organizational structure?
What is the difference between a structure and a union?
Define C in your own Language.
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What are identifiers in c?
what are the general concepts of c and c++
How are pointers declared in c?