Describe the order of precedence with regards to operators in C.
No Answer is Posted For this Question
Be the First to Post Answer
Does c have an equivalent to pascals with statement?
Explain how can I prevent another program from modifying part of a file that I am modifying?
will u please send me the placement papers to my mail???????????????????
What is graph in c?
What are loops c?
What is meaning of tree
write a program which will count occurance of a day between two dates.
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?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is #error and use of it?
Why we use void main in c?
Can I initialize unions?