what is the difference between normal variables and pointer
variables..............
Answer Posted / yshwanth
variable is an memory alocation were the value keps on
changing during the execution of the program
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
can anyone suggest some site name..where i can get some good data structure puzzles???
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
How is = symbol different from == symbol in c programming?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Does * p ++ increment p or what it points to?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How many identifiers are there in c?
Where does the name "C" come from, anyway?
What is the purpose of type declarations?
What is f'n in math?
Place the #include statement must be written in the program?
What is static and volatile in c?
What is pointer and structure in c?