the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called
a) nested function
b) void function
c) recursive function
d) indifinite function
No Answer is Posted For this Question
Be the First to Post Answer
Can static variables be declared in a header file?
What are the standard predefined macros?
What is the method to save data in stack data structure type?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
how to capitalise first letter of each word in a given string?
what is data structure
What is Lazy evaluation in C? Give an example.
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Write a program to print "hello world" without using a semicolon?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
I heard that you have to include stdio.h before calling printf. Why?
How would you rename a function in C?