Answer Posted / vrushali
Hi friends , it possible.
Please chk this simple program:
#include <stdio.h>
int main ()
{
int func1 ()
{
printf ("\n Inside func 1 ");
}
func1 ();
}
O/P : Inside func 1
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
What is the difference between local variable and global variable in c?
What is a const pointer?
What does return 1 means in c?
What is a char c?
What is the use of a conditional inclusion statement in C?
Define macros.
What does s c mean on snapchat?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Is c dynamically typed?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are the different types of linkage exist in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
For what purpose null pointer used?
What are reserved words?
What is a stream?