where does malloc() function get the memory?
What are the advantages of Macro over function?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
In a header file whether functions are declared or defined?
Can static variables be declared in a header file?
Give differences between - new and malloc() , delete and free() ?
What does %p mean?
What are static functions?
How to print "I Love My India" without using semi colon?
How to declare a variable?
Explain what is the difference between declaring a variable and defining a variable?
What are the scope of static variables?
what is the diff b/w static and non static variables in C. Give some examples plz.