what is the difference between normal variables and pointer
variables..............

Answer Posted / priyanka

It gives the value stored at a particular address

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program fibonacci series and palindrome program in c

633


Why is it usually a bad idea to use gets()? Suggest a workaround.

904


Why c is a mother language?

554


What are global variables?

648


What's the best way of making my program efficient?

627






Explain what’s a signal? Explain what do I use signals for?

611


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3339


Why doesnt this code work?

618


Do you have any idea about the use of "auto" keyword?

664


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1065


What is difference between array and pointer in c?

538


When should you not use a type cast?

661


Should I learn data structures in c or python?

583


What is a structural principle?

640


What is sizeof int?

635