What functions are used in dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why #include is used in c language?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
explain what are actual arguments?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what is the difference between global variable & static variable declared out side all the function in the file.
What is c programming structure?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
code for selection sort?
What is the value of h?
write a program that finds the factorial of a number using recursion?
how to make program without <> in library.
Describe the header file and its usage in c programming?