for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
fn f(x) { if(x<=0) return; else f(x-1)+x; }
char ch=10;printf("%d",ch);what is the output
is it possible to create your own header files?
What is the use of volatile?
Compare and contrast compilers from interpreters.
Why c is procedure oriented?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
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?
How to write c functions that modify head pointer of a linked list?
how to write palindrome program?
What does stand for?
how many key words availabel in c a) 28 b) 31 c) 32