Answer Posted / vinod kumari
No, we can not define a function within another function.
we can only declare and call any function in any other
function.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How can you find out how much memory is available?
What are header files and explain what are its uses in c programming?
simple program of graphics and their output display
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What does malloc () calloc () realloc () free () do?
List some basic data types in c?
Why is not a pointer null after calling free?
What is the advantage of an array over individual variables?
write a progrmm in c language take user interface generate table using for loop?
What is typedef?
What is a wrapper function in c?
What is #line?
How can I change their mode to binary?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are runtime error?