Explain the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between local variable and global variable in c?
how to display 2-D array elements in spiral
What is the difference between break and continue?
write a c program in such a way that if we enter the today date the output should be next day's date.
A stack can be implemented only using array?if not what is used?
write an interactive program to generate the divisors of a given integer.
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Write a program to print the prime numbers from 1 to 100?
How is null defined in c?
can u give me the good and very optimised code for a car racing game?
List some of the dynamic data structures in C?
diff .between strcture and union