Disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
how can be easily placed in TCS.
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
what is difference between strcmp & palindrome?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Explain modulus operator.
p*=(++q)++*--p when p=q=1 while(q<=6)
How does free() know explain how much memory to release?
Why c is called object oriented language?
ABCDCBA ABC CBA AB BA A A
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?