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

How can I develop my C language?
Practice coding: Write code regularly, even if it's small programs. Practice is key to improving. Read books and online tutorials: There are many resources available to learn C. Books like "The C Programming...
Mohit
0 0
5
any one can teach me c++
We all are in teaching profession. Hundreds are registered for teaching C++ in Urban Pro. You can opt any one including me.
Bhuvanesh
What is the use of header files in C language?
Header files in C serve as a way to declare the structure and prototypes of functions that will be used in a program. They provide information about the functions, constants, and data types used in a program,...
Kamal
0 0
6
Why are operating systems written in C? Why aren't other languages used?
Operating systems are often written in C due to a combination of historical reasons, performance considerations, and system-level functionality provided by the language. C is a low-level programming language...
Deepa
0 0
7
Is the C language required to learn Java?
No, learning the C language is not a strict requirement for learning Java. While C and Java share some syntactical similarities, they are distinct programming languages with different paradigms. Java was...
Akhilesh
0 0
7

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

Ask a Question

Related Lessons

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

What is Safety-Critical Software?
A software whose failure may cause death or injuries to the users called Safety-Critical Software.The software present as part of Aeroplanes, or present in Rail as railway signalling software or Automotive...

C++ Program-Working with constant using #define preprocessor
//Header Files #include#include // using #define preprocessor for defining a constant#define len 10#define br 5#define rad 3#define NEWLINE '\n' //Main function void main(){ int area_r; float area_c; //Function...
S

C Language
To get help in C window (for keywords, functions) press Alt +F1.To delete a single line , use the shortcut key CTRL +Y.If you got error about the path when you execute a C pgm, check the Options menu =>Directories.
T

Thilagam S.

0 0
0

C Program-Upper Case Demo
/*WAP to print the character entered by user in upper case*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ char ch; //Function for clearing screen clrscr(); ...
S

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