Explain what is the stack?
No Answer is Posted For this Question
Be the First to Post Answer
How can you increase the size of a statically allocated array?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What is a stream in c programming?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What is the difference between array and linked list in c?
What is #pragma statements?
What is the difference between int main and void main in c?
Why is c so powerful?
write a own function to compare two strings with out using stringcomparition function?
What are the different types of constants?
What is main void in c?
What is scope rule in c?