What do header files do?
No Answer is Posted For this Question
Be the First to Post Answer
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
Does c have class?
What are the preprocessor categories?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Explain the array representation of a binary tree in C.
What are the rules for the identifier?
explain what is an endless loop?
how c source file in converted to exe file
what are advantages of U D F?
Why do we use c for the speed of light?
What is signed and unsigned?
c program to subtract between two numbers without using '-' sign and subtract function.