What is the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
When can you use a pointer with a function?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
Explain what are linked list?
Write a program for Overriding.
Is the following code legal? struct a { int x; struct a b; }
What are the characteristics of arrays in c?
What is typedef example?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what value is returned to operating system after program execution?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?