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
Explain how do you view the path?
What is meant by high-order and low-order bytes?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is openmp in c?
What is the general form of #line preprocessor?
Write a program to print numbers from 1 to 100 without using loop in c?
#include
What is pointers in c with example?
What is the total generic pointer type?
What are the 5 elements of structure?
What is wrong with this program statement? void = 10;
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are the advantages and disadvantages of c language?
What is the use of #define preprocessor in c?
What does 2n 4c mean?