A variable that is defined in a specified portion of a program but can be used throughout the program
a) global variable
b) local variable
c) character
d) none
No Answer is Posted For this Question
Be the First to Post Answer
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are the two types of functions in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Can you please explain the difference between strcpy() and memcpy() function?
What is a const pointer?
Explain how can I open a file so that other programs can update it at the same time?
What is gets() function?
Can we declare a function inside a function in c?
Why clrscr is used in c?
What is the explanation for modular programming?
. Explain the differences between fork() and exec() in C