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

  • Home
  • SEARCH
  • 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 6318705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:40:18+00:00 2026-05-24T15:40:18+00:00

I am getting errors for the below code as (18) : error C2064: term

  • 0

I am getting errors for the below code as

(18) : error C2064: term does not evaluate to a function taking 1 arguments

(18) : error C2227: left of ‘->str’ must point to class/struct/union/generic type

(20) : error C2064: term does not evaluate to a function taking 1 arguments

(20) : error C2227: left of ‘->str’ must point to class/struct/union/generic type

I have declared the *p as a pointer to the struct in the main function.
I could not identify where i have done the mistake.Isnt *p similar to *p+0?

#include "stdafx.h"
#include<stdio.h>

int main()
{
    struct s1{
        char *str;
        struct s1 *ptr;
    };
    static struct s1 arr[]={{"Bangalore",arr+1},{"Hyderabad",arr+2},{"Kerala",arr}};
    struct s1 *p[3];
    int i;
    for(i=0;i<=2;i++)
        p[i]=arr[i].ptr;
    printf("\n%s"(*p)->str);
    printf("\n%s",(++*p)->str);
    printf("\n%s"((*p)++)->str);
    return 0;
}
  • 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-05-24T15:40:19+00:00Added an answer on May 24, 2026 at 3:40 pm

    There are missing commas in your code:

    printf("\n%s"(*p)->str);
    ...
    printf("\n%s"((*p)++)->str);
    

    Should have been:

    printf("\n%s", (*p)->str);
    ...
    printf("\n%s", ((*p)++)->str);
    

    Are they just missing in the code you post here, or also on your real code?

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

Sidebar

Related Questions

So my code is below. I'm not getting any errors and it places everything
I'm getting the following error on the line of code below: Syntax error (missing
I was changing the vc++ include directory with new paths suddenly getting below error
I am getting some errors thrown in my code when I open a Windows
I'm not getting any errors as such just a minor performance issue. EXPLAIN SELECT
I am getting errors to do with this coding below. I know it is
I'm trying to do a simple erase and keep getting errors. Here is the
I keep getting compiler errors when I try to access flashVars in an AS3
I'm deploying a webpart on sharepoint and getting some errors. The webpart consumes data
When attempting to call functions in math.h , I'm getting link errors like the

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.