What is stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are variables and it what way is it different from constants?
What is the -> in c?
What are operators in c?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
What are the different properties of variable number of arguments?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
What are integer variable, floating-point variable and character variable?
List some applications of c programming language?
What is the use of static variable in c?
in which language c language is written?
What is the use of clrscr?
What is difference between %d and %i in c?