fn f(x)
{ if(x<=0)
return;
else f(x-1)+x;
}
Answers were Sorted based on User's Feedback
Differentiate between static and dynamic modeling.
What does s c mean on snapchat?
How to print "Hi World" without using semi colon?
how to sort two array of characters and make a new array of characters.
What are 'near' and 'far' pointers?
what is the use of operator ^ in C ? and how it works?
how can i get this by using for loop? * ** * **** * ******
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Why is c called a structured programming language?
what is the use of ‘auto’ keyword?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,