Answer Posted / saipriya
To allocate the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain what are actual arguments?
Why are all header files not declared in every c program?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What does %p mean c?
What are local static variables? How can you use them?
What is unsigned int in c?
How #define works?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Describe dynamic data structure in c programming language?
Is boolean a datatype in c?
What are the 4 types of functions?
Explain how can I open a file so that other programs can update it at the same time?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?