What is the output of the program given below
#include
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 43171C 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 24088What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
5 22026What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
11 27233Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 34885Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
6 21015Post New TCS C Interview Questions
What is the requirement of virtualization platforms in implementing cloud?
Which command reduces the size of a file?
How do I copy an object in python?
Checkdigit example
Explain azure mobile service. How can we create and integrate new mobile service in the new or existing application?
Does treeset allow null in java?
Explain the use of detailed category in configuration?
What is loosely coupling in spring?
Is there is any way through which validation rule is bypassed while doing upload through data loader but not when user is creating record from user interface? : salesforce validation rules
What are the disadvantages proprietary firms?
What is File steps?
Why update strategy and union transformations are active? Explain with examples.
What are the types of files?
What is pojo used for?
Explain the data throughput speed of a bluetooth connection?