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

Which is the best C language IDE/compiler for Windows?
For Windows, the best C compiler often depends on specific needs and preferences, but MinGW (with GCC) and Microsoft Visual C++ (MSVC) are frequently cited as top choices. MinGW provides a free, open-source...
Alimasi
0 0
6
How do I learn C programming easily?
Just follow kanitkar book of c programming for beginners
Harsh
0 0
5
what is syntex error
A syntax error is an error which found in the source code of a program or sometimes it can be small grammatical mistakes in spelling or limited to a single character. Programming languages follow their...
Tanha
Basics of 'C'language
C is middle level language, using C you can write program which directly interact with the hardware like device driver programming or you can write GUI application. C is very powerful language compare...
Raghavendra
Can I learn C and C++ by watching videos? If it is possible, what is the best channel?
Yes!! you can learn.but the concept won't be clear up the mark,since there is no one to guide while you are doing some programs.you might have observed these things.There are no such online tutorial that...
Mohammad
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 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...

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...
H

Harshal G.

0 0
0

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...


C Programming basics
C PROGRAMMING BASICS 10 Hours Introduction to ‘ C’ programming –fundamentals – structure of a ‘C’...
O

Om K.

0 0
0

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