can we declare a function in side the structure?
Answer Posted / savita
It can be possible in C++, but not in C.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are valid signatures for the Main function?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is null pointer in c?
Why c is a mother language?
What does c mean in standard form?
write a proram to reverse the string using switch case?
What was noalias and what ever happened to it?
What is the difference between malloc calloc and realloc in c?
What are the basic data types associated with c?
What is malloc return c?
What is realloc in c?
Tell me what is the purpose of 'register' keyword in c language?
What is the return type of sizeof?
Why calloc is better than malloc?
What is getch () for?