When the macros gets expanded?
No Answer is Posted For this Question
Be the First to Post Answer
define function
What is the main differences between C and Embedded C?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Why structure is used in c?
what is disadvantage of pointer in C
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain what is the difference between a string and an array?
What is meant by preprocessor in c?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
what is the maximum no. of bytes calloc can allocate