Write a program to implement queue.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between abs() and fabs() functions?
program to print upper & lower triangle of a matrix
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What is indirection in c?
What is a newline escape sequence?
convert 12345 to 54321 withoutusing strig
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What are the similarities between c and c++?
what type of language is C?
What is the difference between array and linked list in c?
What does extern mean in a function declaration?