Can you please explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by 'bit masking'?
Three major criteria of scheduling.
related to rdbms query .
How do you generate random numbers in C?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Write a program to print “hello world” without using semicolon?
Once I have used freopen, how can I get the original stdout (or stdin) back?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is alloca() and why is its use discouraged?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)