Explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain demand paging.
List some of the dynamic data structures in C?
how to find your architecture is LittleEndian or BigEndian?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Write the syntax and purpose of a switch statement in C.
find the sum of two matrices and WAP for it.
Are pointers really faster than arrays?
Is swift based on c?
Describe how arrays can be passed to a user defined function
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why is structure padding done in c?