explain how do you use macro?
No Answer is Posted For this Question
Be the First to Post Answer
What are variables and it what way is it different from constants?
Why is C language being considered a middle level language?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Why c language?
simple program for virtual function?
Which node is more powerful and can handle local information processing or graphics processing?
Is c still used in 2019?
write a program in c language to print your bio-data on the screen by using functions.
What is structure padding and packing in c?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25