Explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What do header files do?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is #ifdef ? What is its application?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What is the use of void pointer and null pointer in c language?
Explain About fork()?
How can you print HELLO WORLD without using "semicolon"?
WHAT IS LOW LEVEL LANGUAGE?
how to find the largest element of array without using relational operater?