2023 2024 EduVark > Education Discussion > General Discussion


  #1  
June 19th, 2014, 01:53 PM
Unregistered
Guest User
 
Details of Pointer in C Language

I am learning C language and for that I want to get the details of Pointer in C Language so can you provide me that as it is very urgent for me?
Similar Threads
Thread
DU University Language Course
Korean Language in JNU
IITB Language Lab
Mumbai University Pointer System
GITAM.Edu.C Language
Indian language
JNU for Language Course Syllabus
Structure And Pointer in C What Is Difference
BCPL Language
Language course in JNU Delhi
LIC AAO Exam Language
JNU Italian Language
Better Between Language Course or MCA
DU Language Courses
From Where to do Language Course

  #2  
June 19th, 2014, 04:08 PM
Super Moderator
 
Join Date: Mar 2012
Re: Details of Pointer in C Language

As you want to get the details of Pointer in C Language so here is the information of the same for you:

A pointer is a variable whose value is the address of another variable, i.e., direct address of the memory location.

Like any variable or constant, you must declare a pointer before you can use it to store any variable address.

The general form of a pointer variable declaration is:

type *var-name;

Here, type is the pointer's base type; it must be a valid C data type and var-name is the name of the pointer variable.

The asterisk * you used to declare a pointer is the same asterisk that you use for multiplication.

However, in this statement the asterisk is being used to designate a variable as a pointer.


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 04:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8