Answer Posted / ramakant kisan karnekar
Pointer is a value variable it stores the address of
another variable
ex
int a=10;
int *p;
p=&x;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
What are the 5 types of inheritance in c ++?
What is selection sort in c?
What is #include stdio h and #include conio h?
What is the acronym for ansi?
What are valid signatures for the Main function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What are the different types of C instructions?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are the primitive data types in c?
What is a loop?
How can I recover the file name given an open stream or file descriptor?
What are the usage of pointer in c?
Why is this loop always executing once?
Explain how do you list files in a directory?