Answer Posted / nashiinformaticssolutions
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the term printf() and scanf() used in c language?
What is header file definition?
What are terms in math?
What is the difference between ++a and a++?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is line in c preprocessor?
What was noalias and what ever happened to it?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What does printf does?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How can you read a directory in a C program?
Write a program to print fibonacci series without using recursion?
Explain how do you list a file’s date and time?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Write a program to print fibonacci series using recursion?