void main()
{
char far *farther,*farthest;

printf("%d..%d",sizeof(farther),sizeof(farthest));

}

Answer Posted / basha

syntax error before '*' token
error: `farther' undeclared (first use in this function)
error: `farthest' undeclared (first use in this function)

I am getting these types of errors how u get 4 and 2 i
didn't understood

Is This Answer Correct ?    15 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out few of the applications that make use of Multilinked Structures?

1289


What is use of #include in c?

590


Can a variable be both const and volatile?

671


Why cant I open a file by its explicit path?

593


How will you declare an array of three function pointers where each function receives two ints and returns a float?

775






Explain the properties of union. What is the size of a union variable

716


What is structure packing in c?

602


Does free set pointer to null?

555


Lists the benefits of c programming language?

592


Is it possible to initialize a variable at the time it was declared?

755


How do you declare a variable that will hold string values?

668


Explain 'bus error'?

555


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805


How reliable are floating-point comparisons?

624


Where static variables are stored in c?

582