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
Once I have used freopen, how can I get the original stdout (or stdin) back?
a c code by using memory allocation for add ,multiply of sprase matrixes
Difference between Function to pointer and pointer to function
What is the meaning of 2d in c?
Write a program to find the biggest number of three numbers in c?
What is an arrays?
What is a c token and types of c tokens?
Define circular linked list.
a program that can input number of records and can view it again the record
formula to convert 2500mmh2o into m3/hr
What is the use of volatile?
What is the size of structure in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is variable initialization and why is it important?