Answer Posted / blaaze
hey guys pls dont misguide......
the correct ans is "no" , we cant define a function within another.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Why is %d used in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are pointers? What are stacks and queues?
Is Exception handling possible in c language?
How can I run c program?
Do you know the use of 'auto' keyword?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why is C language being considered a middle level language?
How many levels of indirection in pointers can you have in a single declaration?
Can a file other than a .h file be included with #include?
How can I handle floating-point exceptions gracefully?
What is pointer in c?
Is it possible to initialize a variable at the time it was declared?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
When should structures be passed by values or by references?