What are pointers in C language?

Asked by Last Modified  

Follow 4
Answer

Please enter your answer

I am online Quran teacher 7 years

a variable that stores the memory address of another variable
Comments

Elevating Understanding, One Equation at a Time: Your Path to Mathematical Mastery Begins Here

Pointers in C are variables that store the memory address of another variable. Instead of holding a direct value, a pointer holds the location in memory where that value is stored. Pointers are declared using an asterisk * before the variable name.
Comments

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Pointers are variables that store memory addresses of other variables. Example: int *p; means p is a pointer to an integer.
Comments

C and Assemley Lagguagges.I Have Experience in Ap Compters for USA students.

In the C programming language, pointers are variables that store the memory address of another variable. Instead of holding a direct value like integers or characters, a pointer holds the address where a value is located in memory.
read more
In the C programming language, pointers are variables that store the memory address of another variable. Instead of holding a direct value like integers or characters, a pointer holds the address where a value is located in memory. read less
Comments

One-to-One Computer & Programming Coaching | 14+ Years of Excellence

Pointers in C are variables that store the memory address of another variable. Instead of storing a value directly, a pointer "points to" the location in memory where the value is stored. They are very useful in C for working with arrays, strings, dynamic memory, and functions. Using pointers, you can...
read more
Pointers in C are variables that store the memory address of another variable. Instead of storing a value directly, a pointer "points to" the location in memory where the value is stored. They are very useful in C for working with arrays, strings, dynamic memory, and functions. Using pointers, you can directly access and modify memory, which makes C powerful but also requires careful handling. read less
Comments

more than 5 year experience tutor

Pointers in C are variables that store the memory address of another variable. They allow you to indirectly access and manipulate data stored at that address. Pointers are crucial for dynamic memory allocation, passing arguments by reference, and working with data structures. They enhance flexibility...
read more
Pointers in C are variables that store the memory address of another variable. They allow you to indirectly access and manipulate data stored at that address. Pointers are crucial for dynamic memory allocation, passing arguments by reference, and working with data structures. They enhance flexibility and efficiency in C programming. read less
Comments

View 4 more Answers

Related Questions

What is C language?

It is a general purpose high level language used to make software for operating systems (kernel programms), game development, Embedded devices etc. It avoids the complexity of writing machine code and...
Shiva
In C/C++, when should you use the comma (,) operator instead of the semicolon (;) statement terminator?
int a=2; b=a; b=a+2; Instead of the above two statements we can write it as b=(a,a+2); The value of b is 4
Thimma
0 0
5
The object file is in binary code, and the machine understands the binary language. So why object files are not executed?
Object files are sources compiled into binary machine language, but they do not have library files, so they are not executed.
Dhruvil
0 0
9
How can I make my C programming basics strong?
Practise more programs on each and every topic of C.
Mohit
0 0
5
I’ve been learning C language for 3 weeks but it’s becoming more difficult. As a result, I’m becoming lazy. What should I do to motivate myself?
Learn algorithm or flowchart first. Once you start C, try to relate with real time example. Example: When learn printf() , think about a a bill where you customer information is printed. Similarly when...
Akhilesh
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C and C++ programming with memory level debugging
Understanding C and C++ programming by using memory level debugging. Step 1: Understand the Memory map of C executable Step 2: Start memory level debugging using popular IDE Step 3: Find the memory...

Why C is a Language and not a database?
When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

C Program-Temperature [conversion from farenheit to degree celsius]
//WAP to convert temperture from farenheit into degree celsius //Header files#include<stdio.h>#include<conio.h> //Main functrion void main(){ //Variable declaration of type float float...

Some interview questions for freshers on C language
Q1. What are the two forms of #include? There are two variants of #include. The one is #include and the other one is #include”file”. In general the first form that is #include is used to...

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you