Explain what is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
Is stack a keyword in c?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
what is the difference between c and c++?
What is the symbol indicated the c-preprocessor?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is difference between far and near pointers?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Write a program in C to reverse a number by recursive function?
What is an endless loop?
what is the use of pointers
What is the use of parallelize in spark?
Write any data structure program (stack implementation)