What are the Advantages of using macro
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Is null always defined as 0(zero)?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
Explain the binary height balanced tree?
How can variables be characterized?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is an object?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
what is call by value and call by reference
Explain can you assign a different address to an array tag?
write a program that explain #define and # undef directive
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n