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 44924write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43207C 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 24107int 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 17722Post New Wipro C Interview Questions
What is oracle join syntax?
In which situation will an employee need to have more than one employee instances with an organization?
How do you use the replace function in excel?
Double type in Hive - Important points?
What happened when I press f5 within visual studio to run silverlight application?
What diagnostic tests and procedures are commonly used to assess kidney function and diagnose kidney diseases?
What are some of the more popular techniques in cryptography ?
Can you brief about the Data warehouse project you worked on?
what is deemed sales? how to calculated
What is the structure of cscl and give the co-ordination number of Cscl?
what sort card you will use to copy the data from one dataset to another dataset?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
Explain the rowcallbackhandler in spring?
What is the function of the generator exciter?
How do you prevent oracle from giving you informational messages during and after a sql statement execution?