how to implement stack work as a queue?
Answers were Sorted based on User's Feedback
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
plz answer..... a program that reads non-negative integer and computes and prints its factorial
Why do we write return 0 in c?
how to multiply two number taking input as a string (considering sum and carry )
HOW TO SWAP TWO NOS IN ONE STEP?
Why doesn't the code "a[i] = i++;" work?
How can a number be converted to a string?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the difference between exit() and _exit() function?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Why can’t we compare structures?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list