difference between ordinary variable and pointer in C?

Answer Posted / guest

ordinary variable holds value and pointer variable holds
the address

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a function declared as pascal do differently?

607


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

610


How many main () function we can have in a project?

615


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2008


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1595






What is getche() function?

609


Is fortran still used in 2018?

595


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1259


What is c mainly used for?

599


Write a program to generate the Fibinocci Series

667


how we can make 3d venturing graphics on outer interface

4012


What are the primitive data types in c?

579


What is #include cctype?

580


What is static memory allocation?

609


What is the difference between the expression “++a” and “a++”?

650