GeeksforGeeks » Interview Questions

TCS Interview Question for Software Engineer/Developer (Fresher) about CPuzzles

(2 posts)

Tags:

  1. Kapil
    guest
    Posted 1 year ago #

    int main()
    {
      int x=5, *p;
      p = &x;
      printf("%d",++*p);
    }
    
  2. natasha
    guest
    Posted 1 year ago #

    6


Reply

You must log in to post.

RSS feed for this topic