What will be your course of action for a push operation?


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

Post New Answer

More C Interview Questions

Write a program to print fibonacci series without using recursion?

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


How can I run c program?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,






What are the 4 types of unions?

0 Answers  


What is a 'null pointer assignment' error?

0 Answers  


What is #include stdio h?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


write a program to swap two numbers without using temporary variable?

3 Answers  


What is dynamic variable in c?

0 Answers  


Categories