macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37145# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
7 21162Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9593Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20436If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 11325Post New Microsoft C Interview Questions
What are the different types of runners?
Outline 'stock valuation methods' for material revaluation?
What is servlet container?
What is the use of disableautoupdate method?
What is the Difference between socket and servlet?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
Why do you prefer software field?
Explain what is scope in angularjs?
Which are the two macro languages in ms-excel?
Difference between Timeout and Wait conditions?
What extra accounts and legal formalities are maintened In excise firm other then normal saling firm.? also tell me tax aspect in Excise firm?
when the instrument tapping on pipe line is located below and transmitter is located above the tapping point for liquid service transmitter, what should we do, is there any additional drain valve is required??
What is Form 12A & Form-H and where is applicable.
Do you know the functions of body content relevance?
Explain overloading. Can functions be overloaded?