Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
C++
4.2k+ articles
C Language
2.1k+ articles
C Quiz
280+ articles
cpp-pointer
93 articles
C-Pointers
74 articles
Pointers
44 articles
pointer
20 articles
C-Advanced Pointer
13 articles
Advanced Pointer
13 articles
cpp-double-pointer
5 articles
C-Pointer Basics
16 posts
Popular Articles
Recent Articles
C | Pointer Basics | Question 16
Last Updated: 28 June 2021
[sourcecode language="C"]#include stdio.hint main(){ int arr[] = {1, 2, 3, 4, 5}; int *p = arr; ++*p; p += 2; printf(%d, *p);
...read more
C Language
C Quiz
C-Pointer Basics
First
1
2
First
1
2
First
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !