Answer Posted / sandeep
We Can't define function inside the structure
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
When is a “switch” statement preferable over an “if” statement?
How can I do peek and poke in c?
Why clrscr is used after variable declaration?
What is the difference between variable declaration and variable definition in c?
What is 1d array in c?
Write a Program to find whether the given number or string is palindrome.
What is ## preprocessor operator in c?
In a switch statement, what will happen if a break statement is omitted?
How variables are declared in c?
What is the scope of global variable in c?
What is %s and %d in c?
What are the similarities between c and c++?
Distinguish between actual and formal arguments.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
how can use subset in c program and give more example