Answer Posted / kojo maxwell
yes a function can be defined in a function.
for example;
int main()
{
}
int main is a function and in the curly brackets we could
still have functions.
| Is This Answer Correct ? | 16 Yes | 51 No |
Post New Answer View All Answers
in iso what are the common technological language?
What is the purpose of & in scanf?
What is #include cctype?
Which is more efficient, a switch statement or an if else chain?
What is the correct code to have following output in c using nested for loop?
Write a program to check whether a number is prime or not using c?
How does selection sort work in c?
In which layer of the network datastructure format change is done
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What will be your course of action for a push operation?
can anyone suggest some site name..where i can get some good data structure puzzles???
Does * p ++ increment p or what it points to?
What is a lookup table in c?
Explain bitwise shift operators?
Explain what is the difference between #include and #include 'file' ?