Can you write the algorithm for Queue?
No Answer is Posted For this Question
Be the First to Post Answer
Why we use int main and void main?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is the structure?
What is structure data type in c?
progrem to generate the following series 1 12 123 1234 12345
write a program to find the largest and second largest integer from an array
What is the difference between struct and typedef struct in c?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
what is diff b/w huge & far & near pointer??
What is nested structure in c?
What are pointers in C? Give an example where to illustrate their significance.