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 the difference between pure virtual function and virtual function?
What is the meaning of ?
How reliable are floating-point comparisons?
what is event driven software and what is procedural driven software?
int i=10; printf("%d %d %d", i, i=20, i);
What does != Mean in c?
What are the general description for loop statement and available loop types in c?
What are directives in c?
Why c is a mother language?
How do you list a file’s date and time?
How to compare array with pointer in c?
why do some people write if(0 == x) instead of if(x == 0)?
show how link list can be used to repersent the following polynomial i) 5x+2
Can we declare variables anywhere in c?
When we use void main and int main?