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
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain setjmp()?
How can you increase the size of a dynamically allocated array?
What is difference between union All statement and Union?
What is wrong with this statement? Myname = 'robin';
I need previous papers of CSC.......plz help out by posting them.......
Is this program statement valid? INT = 10.50;
What are c header files?
What is volatile keyword in c?
How can I change their mode to binary?
What are the loops in c?
Can I initialize unions?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Is c still used?
What is the use of a conditional inclusion statement in C?