macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37219# 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 21194Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9617Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20521If 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 11355Post New Microsoft C Interview Questions
What is viewcontroller in swift?
What is the difference between re.search and re.match?
Which performance measurement is the cost of work budgeted for an activity within a certain time frame? A. AV B. PV C. EV D. EAC
Explain me what will be your approach if your seo method don't work?
What is the master data necessary before you can start posting in MM?
What do you mean by synthesized in objective-c?
What are linux basic components?
If you were given a chance to talk to the president what would you like to ask and why?
What is bubble sort and quick sort?
How do you add default rules in the transformer?
Which protocol is used to call a web service?
Why is an option used in scala?
In cucumbers normal leaves (N) are dominant to curled leaves (n) and elongated fruit (L) is dominant to spherical fruit and these genes are linked on the same chromosome. If a pure-breeding normal-leaved, elongated fruit cucumber is crossed with a curled-leaved, spherical fruit cucumber, what will be the phenotype of the F1? the phenotypic ratio of the F2?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
Why is it easy to insert a file by importing it?