1.04. Functions and Recursion
-
What is recursion. [AMD Jan-2026] [Analogics Tech India Limited-14-08-24]
-
Write a program to find factorial using recursion.[Mirafra Jan-2026]
-
what is Inline function[AMD Dec-2025][TeraScale]
-
What are the precautions you need to take care when you are using recursive functions.[Vem Feb-2026]
-
what is function description?[AMD 11-Feb-2026]
-
who tells function description values?[AMD 11-Feb-2026]
-
find a given number is power of two or not by using macro?[AMD 11-Feb-2026][Analogics Tech India Limited-14-08-24]
-
what are the difference between macros and functions. [5G Testbed]
-
what if we give same function names? [5G Testbed]
-
Write a program to string reverse using recursion function(only write function) [AMI-06-05-2024 ]
-
Write a program to reverse a string using recursion? [AMI-06-05-2024 ] [AMI-06-05-2023] [INFOBELL]
-
write a program to reverse a string using recursion? [AMI-06-05-2024 ]
-
Write a program for Fibonacci series using recursion? [AMI-06-05-2024 ]
-
can we write any logic without using recursion? [AMI-06-05-2023]
-
How to find a function is invoked how many times WAP for it? [AMI-06-05-2023]
-
What is function? Types of functions based on return type with an example using call by value. [AMI-06-05-2023]
-
write a program string reverse using recursion [Ample Semi conductors][Analogics Tech India Limited-14-08-24]
-
Write a function that should return two return values from that function.[Avantel Limited]
-
Explain about recursion with example? [DTDS]
-
Explain the logic for Calculator program[Enfabrica Corporation]
-
write a program to Print integer to Binary without using any library functions [Enfabrica Corporation]
-
write a program reverse a string by using recursion? [Ample Semi conductors]
-
what is a function & different types of functions? [Hyundai Mobi’s] [INFOBELL]
-
can you explain what are functions how to used in your project? [INFOBELL]
-
What are Actual Parameters and Formal Parameters?[Webber Feb_25]
-
What is function declaration? And why it is imp?[Webber Feb_25]
-
Explain about reentrant?[Webber Feb_25]
-
Write a recursive function for itoa. [VOLTY IOT Solutions 25-06-2025]
-
Which library do you use for the power function?[VEM Technologies 2025]
-
Write a program for prime number and palindrome [Tenacity Electronix (06-11-2025)]
-
What do you know about recursion? [TeraScale]
-
Write any program using recursion. [TeraScale]
-
Is it possible to reverse a number using recursion? If yes, write the code. [TeraScale]
-
Who calls the main() function? [TeraScale]
-
How does the compiler know to start from main()? [TeraScale]
-
How does the compiler know to execute startup code? [TeraScale]
-
What is a function pointer? Write syntax and give an example. [TeraScale]
-
Declare a function pointer and call a function through it. [TeraScale]
-
Write a program using function pointers (WCP using function pointer). [TeraScale]
-
int (*fp)(void) = fun; — is there any difference between fp(), (*fp)(), and *fp()? [TeraScale]
-
How will you call a function without declaring it — is it possible from one file to another? [TeraScale]
-
I want to run my own function first instead of the main function — what will you do? [TeraScale]
-
How will you compile without the main function without getting any error? [TeraScale]
-
What is the return value of printf()? [TeraScale]
-
Write your own printf() function that overrides the predefined one. [TeraScale]
-
What is the difference between parameterized macros and functions? [TeraScale]
-
What is a function description? Who decides the function description values? [TeraScale]
-
How does a stack behave when a function call happens? [TeraScale]
-
Explain push and pop. [TeraScale]
-
Write a logic for when the stack is full. [TeraScale]
-
What is stack overflow? How does it occur? [TeraScale]