what is the difference between normal variables and pointer
variables..............
Answer Posted / sasireka
normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable
| Is This Answer Correct ? | 65 Yes | 32 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
Describe the header file and its usage in c programming?
What is FIFO?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
In C language what is a 'dangling pointer'?
What is the difference between c &c++?
What is pointers in c with example?
Where static variables are stored in memory in c?
can any one tel me wt is the question pattern for NIC exam
Can two or more operators such as and be combined in a single line of program code?
What is ambagious result in C? explain with an example.
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is derived datatype in c?