what is the difference between static variable and register
variable?
Answer Posted / amit
static variable stored in RAM where as register variable
stored in CPU's register ,
we can find address of static variable which is not
possible in case of register variable
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a function in c?
given post order,in order construct the corresponding binary tree
What is pass by reference in functions?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What does & mean in scanf?
What is character constants?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
How many levels of pointers have?
Place the #include statement must be written in the program?
What is || operator and how does it function in a program?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is queue in c?
What is difference between structure and union?
which is an algorithm for sorting in a growing Lexicographic order
What is equivalent to ++i+++j?