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
What is the right type to use for boolean values in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Can we declare a function inside a function in c?
write a program to generate address labels using structures?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
In a switch statement, what will happen if a break statement is omitted?
What is the heap in c?
Explain the difference between the local variable and global variable in c?
Explain the term printf() and scanf() used in c language?
What is the difference between void main and main in c?
What is the importance of c in your views?
Write a program to reverse a linked list in c.
Process by which one bit pattern in to another by bit wise operation is?
What is derived datatype in c?
What are the different types of control structures in programming?