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 44508write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 42732C 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 23851int 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 17290Post New Wipro C Interview Questions
What is a reactor pattern in node.js?
How many tabs are in a sheet?
What is DataGrid wheater its a Server Control or something else ?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is unidirectional and bidirectional?
Can you send and receive on same udp port?
How do I run a subprocess with pipes connected to both input and output?
Can gunicorn serve static files?
Which all languages can be used with mongodb?
When columns are added to existing tables, what do they initially contain?
What is the loop in java?
What does market survey mean?
What is DBM?
What is competition?
What do you mean by CEMT?