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 the different types of C instructions?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the advantage of an array over individual variables?
How are portions of a program disabled in demo versions?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain the concept and use of type void.
What is the difference between exit() and _exit() function in c?
What is break in c?
What are local static variables? How can you use them?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is wrong with this declaration?
What are the scope of static variables?
What does c mean in standard form?
What is the difference between text and binary modes?
What is methods in c?