Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8867885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:08:40+00:00 2026-06-14T17:08:40+00:00

Help me understand this statement: static int ** volatile ptr Please let me know

  • 0

Help me understand this statement:

static int  ** volatile ptr

Please let me know how to analyze this pointer statement.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:08:40+00:00Added an answer on June 14, 2026 at 5:08 pm

    To address the title text after inserting markers into it: 4(static int 3( * 2( * 1(volatile ptr))). Working inside out:

    1: Variable that is free to change at run time for reasons the program may not be aware of. Popular causes are other threads, signals or other events, and pointers to “memory” that is really hardware controllers, etc. Stops compilers/optimizers from emitting code that can fail under such changes.

    2: Volatile pointer to this memory. What is pointed to is not volatile.

    3: pointer to pointer, or array of pointers. Think char **argv; Again, not volatile.

    4: static: this depends on where in the declaration is found:

    • outside any function: the ptr value only has compile scope.
    • inside a function: the memory will be shared by all calls and/or threads to the function. Allocated just once at compile time.

    Interesting: const volatile indicates external influences can change the pointer but your software can not do so.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone help me understand how to write this case statement properly its not
Please help me understand this recursive function... var stack = Array; function power(base, exponent){
I'm a noob; please help me understand this authentication config / bindings stuff that
Please help me. I can't understand why this function, that uses texture memory __global__
Please help me with this update query. I COMPLETELY understand how redundant this is
Please help me understand 2 things I found in this C code: First, there
Someone please help me understand why this binding does not work... I have a
Could you please help me understand this Tabu search page 7 example: TS is
Anyone can help me to understand this statement found in chapter 3 (Library Types)
Can you help me understand how I should debug this errors? What information would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.