consider the following structure:
struct num nam{
int no;
char name[25];
};
struct num nam
n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}};
.....
.....
printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1);
What does the above statement print?
a.8,9
b.9,9
c.8,8
d.8,unpredictable value
Answer Posted / guest
d
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is main function so important?
Which is better between malloc and calloc?
Write a program that accept anumber in words
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Process by which one bit pattern in to another by bit wise operation is?
How can I access an I o board directly?
how many errors in c explain deply
What are valid signatures for the Main function?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Is calloc better than malloc?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Can you tell me how to check whether a linked list is circular?
Explain about the functions strcat() and strcmp()?
What is a lvalue
How do you view the path?