what is pointer?

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


Please Help Members By Posting Answers For Below Questions

When we use void main and int main?

588


What is break statement?

629


Explain what is a pragma?

589


What is struct node in c?

615


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2301






Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2653


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3054


Why do we need volatile in c?

739


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22206


What is n in c?

571


What is a string?

664


What is the use of a ‘’ character?

582


How can you be sure that a program follows the ANSI C standard?

1124


Simplify the program segment if X = B then C ← true else C ← false

2579


What are the 5 elements of structure?

560