Which is the memory area not included in C program? give the
reason
No Answer is Posted For this Question
Be the First to Post Answer
List some of the static data structures in C?
What is the scope of static variables in c language?
what is the meaning of 'c' language
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 is the purpose of realloc()?
What is meant by realloc()?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How many levels of pointers can you have?
Eight queens puzzle
define c
What are global variables and how do you declare them?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?