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 is d'n in c?
What is the difference between functions getch() and getche()?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Why doesn't C support function overloading?
Why main function is special give two reasons?
Explain do array subscripts always start with zero?
Why string is used in c?
How to set file pointer to beginning c?
What is the stack in c?
What does nil mean in c?
How can I convert a number to a string?
What does stand for?
What are types of functions?
What is a lvalue
What are multidimensional arrays?