CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

Answer Posted / prof.gagandeep jagdev

No, it is not possible to define any function within a
function. However we can call a function from within
another function.

Is This Answer Correct ?    30 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print ASCII code for a given digit.

913


Why is a semicolon (;) put at the end of every program statement?

858


How can you access memory located at a certain address?

889


What is the correct code to have following output in c using nested for loop?

858


What is the use of gets and puts?

799


How is = symbol different from == symbol in c programming?

835


I came across some code that puts a (void) cast before each call to printf. Why?

991


What is the use of typedef in c?

805


What is infinite loop?

860


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1866


what does static variable mean?

872


Mention four important string handling functions in c languages .

872


Can 'this' pointer by used in the constructor?

846


What are the different file extensions involved when programming in C?

1031


What are multibyte characters?

880