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 variables in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are the key features in c programming language?
How is a structure member accessed?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How to write a code for reverse of string without using string functions?
How will you divide two numbers in a MACRO?
Explain how do you determine a file’s attributes?
Why do we use pointer to pointer in c?
Differentiate between new and malloc(), delete and free() ?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain the use of keyword 'register' with respect to variables.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What would be an example of a structure analogous to structure c?