what are the static variables
Answer Posted / subha raman
I have a doubt..what is the difference between.."static"
and "constant(const)"??
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the importance of c in your views?
Difference between Function to pointer and pointer to function
What is the difference between array_name and &array_name?
What is function pointer c?
What is break in c?
How do I send escape sequences to control a terminal or other device?
Why is c still so popular?
Tell me when would you use a pointer to a function?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is wild pointer in c?
What does == mean in texting?
Explain what is the benefit of using an enum rather than a #define constant?
Can include files be nested? How many levels deep can include files be nested?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list