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
What is difference between class and structure?
What is the use of header files?
Is javascript based on c?
What is the difference between printf and scanf in c?
i have a written test for microland please give me test pattern
Explain what is wrong with this program statement? Void = 10;
How can I recover the file name given an open stream or file descriptor?
Explain what is the difference between functions getch() and getche()?
What are the 5 data types?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
If fflush wont work, what can I use to flush input?
How old is c programming language?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the difference between fread and fwrite function?
What is modifier & how many types of modifiers available in c?