Answer Posted / vignesh1988i
no we cant define a function within a function.... but calling of function within a function is possible........
thank u
Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
int far *near * p; means
write a progrmm in c language take user interface generate table using for loop?
Write a program to use switch statement.
What is output redirection?
How important is structure in life?
What is #include stdlib h?
What are the difference between a free-standing and a hosted environment?
What is the best way to comment out a section of code that contains comments?
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
How to find a missed value, if you want to store 100 values in a 99 sized array?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How many bytes are occupied by near, far and huge pointers (dos)?
What is the modulus operator?
What is cohesion and coupling in c?
What is meant by int main ()?