Hi can anyone tell what is a start up code?
No Answer is Posted For this Question
Be the First to Post Answer
int x=5; printf("%d%d%d",x,x<<2,x>>2);
If errno contains a nonzero number, is there an error?
Should a function contain a return statement if it does not return a value?
what is difference between procedural language and functional language ?
How many levels of pointers can you have?
which one is better structure or union?(other than the space occupied )
How can you pass an array to a function by value?
What does static variable mean in c?
What are the complete rules for header file searching?
When should the const modifier be used?
explain what are actual arguments?
Is multithreading possible in c?