what is the difference between normal variables and pointer
variables..............
Answer Posted / ashu_deepu
one thing i wanna add is we canot perform some operation
with the pointers (like subtraction) while those can b
performed with the normal variables.
| Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the difference between array_name and &array_name?
How do you print an address?
what is the syallabus of computer science students in group- 1?
Explain what is the advantage of a random access file?
Why isnt there a numbered, multi-level break statement to break out
What is typedef example?
Write a code of a general series where the next element is the sum of last k terms.
What is difference between static and global variable in c?
What is the use of a conditional inclusion statement in C?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is double pointer?
How can you avoid including a header more than once?
Is sizeof a keyword in c?
What's the best way of making my program efficient?