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
What is the significance of scope resolution operator?
What are the different types of data structures in c?
how to make a scientific calculater ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Describe the difference between = and == symbols in c programming?
How to get string length of given string in c?
How do you define a string?
When should you use a type cast?
What is c variable?
Explain how can I read and write comma-delimited text?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is array in c with example?
Was 2000 a leap year?
How can you determine the maximum value that a numeric variable can hold?
Explain how do you use a pointer to a function?