Difference between macros and inline functions? Can a function be forced as inline?
No Answer is Posted For this Question
Be the First to Post Answer
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
related proverb of "dont count your chicken before it hatches"
What is volatile variable in c with example?
why do we use # in c-language?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Why use int main instead of void main?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
what is the difference between definition and declaration? give me some examples.
Explain heap and queue.
What is the difference between void main and main in c?
how to use showbits function?
what is a constant pointer in C