What is pass by reference in c?
where are auto variables stored? What are the characteristics of an auto variable?
Is there a way to jump out of a function or functions?
List the different types of c tokens?
Explain what is the difference between functions getch() and getche()?
the question is that what you have been doing all these periods (one year gap)
Why c is called top down?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are types of structure?
Explain union. What are its advantages?
What is a good data structure to use for storing lines of text?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Describe the difference between = and == symbols in c programming?
Why is this loop always executing once?
What is a rvalue?