how to implement stack work as a queue?
Answers were Sorted based on User's Feedback
Explain the use of #pragma exit?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Write a program in C to convert date displayed in gregorian to julian date
what is c?
What is malloc() function?
What is the use of header?
Explain how can you tell whether two strings are the same?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is static memory allocation? Explain
Explain what is wrong in this statement?