What is the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Can a local variable be volatile in c?
Explain what is dynamic data structure?
Explain what is the difference between #include and #include 'file' ?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
What is typedef?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is wrong in this statement?
What are pointers? What are stacks and queues?
why we need function pointers?
What is "Duff's Device"?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is the meaning of typedef struct in c?