Is using exit() the same as using return?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
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 following declaration int *P(void); and int (*p)(char *a);
Is it possible to execute code even after the program exits the main() function?
Explain what is the difference between functions abs() and fabs()?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
develop algorithms to add polynomials (i) in one variable
Why is it important to memset a variable, immediately after allocating memory to it ?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
write a program to print infinte number