a value that does not change during program execution
a) variabe
b) argument
c) parameter
d) none
No Answer is Posted For this Question
Be the First to Post Answer
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What is the purpose of 'register' keyword in c language?
write a program to create a sparse matrix using dynamic memory allocation.
can you change name of main()?how?
What is meant by type specifiers?
What is the purpose of type declarations?
What are the features of the c language?
Difference between linking and loading?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
write an algorithm to display a square matrix.
State the difference between realloc and free.
What is a good way to implement complex numbers in c?