What is the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is hash table in c?
write a proram to reverse the string using switch case?
Why ca not I do something like this?
Explain what is the difference between declaring a variable and defining a variable?
How do you print only part of a string?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
what is the most appropriate way to write a multi-statement macro?
What is the use of getchar() function?
Which header file is used for clrscr?
What is the most efficient way to count the number of bits which are set in a value?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.