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
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the difference between far and near ?
What is fflush() function?
What are the different types of control structures in programming?
Explain how can I convert a string to a number?
What do you understand by normalization of pointers?
Explain c preprocessor?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Write a program in c to replace any vowel in a string with z?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain the difference between getch() and getche() in c?
Explain what is #line used for?
Where are c variables stored in memory?
What are the different types of control structures?
What are global variables and how do you declare them?