What is the output for the following program
#include
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
8 44613write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 42862C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
6 23911int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
10 17382Post New Wipro C Interview Questions
How to explain Software Bank Loan descriptions
What are the important algorithms Tensorflow supports?
What are Pig Execution modes?
What are linked universes? : bo designer
How long would it take you to make a meaningful contribution to this organization
What is an asset value date? : fi- asset accounting
How do you create a table of contents in word 2016?
Could any one explain Process Flow and Integration of HR with FI.
What is a good data structure to use for storing lines of text?
Why study mechatronics engineering?
What is the name of cakephp database configuration file name and its location?
hi everyone, can someone pls tell me about tickets and pls send me few tickets u have faced in base customization. my id - mnjkk83@gmail.com thanks.
How do http requests work?
What is the difference between static html and dynamic html?
What are frames and scripts 'in artificial intelligence'?