What are header files? What are their uses?
No Answer is Posted For this Question
Be the First to Post Answer
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
what is a c-language.what is do.
What is the meaning of 2d in c?
char ch=10;printf("%d",ch);what is the output
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What are the difference between a free-standing and a hosted environment?
What are local static variables?
What is function what are the types of function?
Why is c platform dependent?
what is the output of printf("%d",(scanf("%d",10));
marge linklist
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?