What is the method to save data in stack data structure type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


Can a program have two main functions?

0 Answers  


Difference between for loop and while loop?

1 Answers  


What functions are in conio h?

0 Answers  


What is scope of variable in c?

0 Answers  






Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


whitch value return void main?

11 Answers  


Is c is a procedural language?

0 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  


Categories