Answer Posted / j naveen reddy
Pointer is a reference variable, as it refers the address of the other variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is declaration and definition in c?
What does != Mean in c?
What does stand for?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How can I ensure that integer arithmetic doesnt overflow?
Differentiate abs() function from fabs() function.
Differentiate between full, complete & perfect binary trees.
Write a program to reverse a given number in c?
What is the difference between the expression “++a” and “a++”?
Explain what is the heap?
What is modeling?
In a switch statement, what will happen if a break statement is omitted?
in linking some of os executables are linking name some of them
What is the difference between int main and void main in c?
What is extern keyword in c?