Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Does int *p=&x; is same as these two statements(int *p; p=&x; ) ?

Powerful Pig answered on December 17, 2021 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • int i =0 &&
  • int x = 3 & 5
  • int a=10,b=20,c=30; int x,y; x=(a,b,c); y =a,b,c; Find the values of x and y ? Output x=30 Y =10
  • What will be the values of variables p, q and i at the end of following loop? int p = 5; int q = 18; for(int i=1;i<5;i++) p++; --q;
  • 21. What do you understand by the following two declarations? a) const int *pOne; b) int const *pTwo;
  • i need the same code for integer elements
  • Problem Statement For an integer n, let S(n) be the sum of digits in the decimal notation of n. For example, we have S(123) = 1 + 2 + 3 = 6 Given two 3-digit integers A and B, find the greater of S(A) and S(B). Constraints • All values in input are inte
  • write ajva program to vheck if anumber is less than 20 and greater than 5. It generates the exception out of range otherwise. If the number is within the range , then it displays the square of that number.

  • Does int *p=&x; is same as these two statements(int *p; p=&x; ) ?

    0
    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: www.quora.com
    Link to this answer
    Share Copy Link
    Contributed on Dec 17 2021
    Powerful Pig
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.