what is the most appropriate way to write a multi-statement
macro?
What does stand for?
What does c mean in standard form?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
related proverb of "dont count your chicken before it hatches"
Explain how do you override a defined macro?
What does c in a circle mean?
What are valid signatures for the Main function?
What is void main ()?
what is pointer?
how to impliment 2 or more stacks in a single dimensional array ?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is a volatile keyword in c?