Find Error if any in below code, Justify ur answer:
struct xx
{
int a;
struct yy
{
char c;
struct xx* p;
}
struct yy* q;
}
Answer Posted / lucky
threr is no error in this prg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How can I find out if there are characters available for reading?
What happens if a header file is included twice?
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain the difference between malloc() and calloc() function?
Explain what is a pragma?
Why doesn't C support function overloading?
What is the difference between mpi and openmp?
What is getch?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How does placing some code lines between the comment symbol help in debugging the code?
Is c high or low level?
What is pass by value in c?
What is cohesion in c?
What is meant by gets in c?
define string ?