Write the output of this C code void foo(); int main() { void foo(); foo();return 0; }
void foo() { printf("2"); }
Answers
Answered by
0
Answer:
Basics of Functions – 1
Explanation:
This section on C interview questions and answers focuses on “Basics of Functions”. One shall practice these interview questions to improve their C programming skills needed for various interviews (campus interviews, walkin interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C Programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C Interview questions come with detailed explanation of the answers which helps in better understanding of C concepts.
Similar questions