CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

Answer Posted / vignesh1988i

no we cant define a function within a function.... but calling of function within a function is possible........

thank u

Is This Answer Correct ?    66 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is %lu in c?

675


writ a program to compare using strcmp VIVA and viva with its output.

1514


What is the concatenation operator?

604


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

599


What are the header files used in c language?

577






What is variable and explain rules to declare variable in c?

547


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

752


What is a struct c#?

597


What header files do I need in order to define the standard library functions I use?

535


Explain how can I convert a number to a string?

636


What is the deal on sprintf_s return value?

639


Array is an lvalue or not?

631


Are global variables static in c?

666


What is scope rule in c?

599


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

589