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
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain what is the benefit of using enum to declare a constant?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is extern c used for?
about c language
What is #include stdio h and #include conio h?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
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 high or low level?
How can you find the exact size of a data type in c?
What are all different types of pointers in c?
What is the significance of c program algorithms?
What are the types of pointers in c?
Why is c called "mother" language?
Explain how can I remove the trailing spaces from a string?