The performance of an operation in several steps with each step using the output of the preceding step
a) recursion
b) search
c) call by value
d) call by reference
What is array of structure in c?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
what is the role you expect in software industry?
Describe the difference between = and == symbols in c programming?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Is reference used in C?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
please give me some tips for the placement in the TCS.
What is the difference between typedef and #define?
What does stand for?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Can anyone tell what is stack overflow? what precaution we should take?