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 45174write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43498C 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 24279int 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 17952Post New Wipro C Interview Questions
Which is better ascii or unicode?
What is the short cut to cancel a day book or list of vouchers in Tally ERP 9?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Why MCCB is Getting tripped sometimes when there is no load in the Midnight ?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Where are temporary files stored?
Can a string be null?
what are the oracle forms services components include?
Why are arrays useful in java?
What are streams?
Why prepared statements are faster?
How to set up a virtual host in apache?
Explain transaction server distributed transaction?
What is the difference between integer and long integer in access?
How do I handle different machines needing different user accounts or ports to log in with?