what is used instead of pointers in java than c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
void main() { int i=5; printf("%d",i++ + ++i); }
can anyone please tell about the nested interrupts?
What is the difference between realloc() and free()
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
How can we see the Expanded source code and compiled code for our source program in C?
When should the volatile modifier be used?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
what is the code to display color fonts in the output?
How can I do graphics in c?
What does p mean in physics?
What is volatile keyword in c?