What is the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is wrong with this statement? Myname = ?robin?;
What is typedef example?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the difference between %d and %i?
Explain the difference between call by value and call by reference in c language?
What is the most efficient way to count the number of bits which are set in an integer?
What does #pragma once mean?
Explain what is meant by 'bit masking'?
what are two categories of clint-server application development ?
how can we print hellow world programme without using semicolon
What are static variables in c?