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
Hai what is the different types of versions and their differences
How is null defined in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is wrong in this statement?
How can I remove the trailing spaces from a string?
What are the 4 types of functions?
What is size of union in c?
Why shouldn’t I start variable names with underscores?
Describe static function with its usage?
what is the significance of static storage class specifier?
How can I find the modification date of a file?
What is huge pointer in c?
What is main return c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.