main use of recursive function
a) processing speed high
b) reduce program length/reduce repeated statements
c) if you do not, use iterative methods like, for, while or do-while
d) all the above
write a program to print sum of each row of a 2D array.
main() { printf("hello"); fork(); }
what are the 10 different models of writing an addition program in C language?
How can I open a file so that other programs can update it at the same time?
What is define c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
why should i select you?
Is fortran still used today?
What is preprocessor with example?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Define C in your own Language.
What is bss in c?