can we declare a function in side the structure?

Answer Posted / guest

by using the loop

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare a function inside a function in c?

606


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

708


Wt are the Buses in C Language

2763


Explain how do you declare an array that will hold more than 64kb of data?

913


What are the 32 keywords in c?

643






What is the main difference between calloc () and malloc ()?

582


Explain how can you check to see whether a symbol is defined?

671


What are the types of pointers?

610


Why can't I perform arithmetic on a void* pointer?

643


What is && in c programming?

687


What is keyword in c?

614


What does typeof return in c?

646


Is main an identifier in c?

611


Did c have any year 2000 problems?

664


Is javascript based on c?

601