macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37545# 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 21403Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9675Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20874If 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 11452Post New Microsoft C Interview Questions
Name some system global variables you can use in abap programs?
List out the available Drill modes?
How do you undo undo?
how do u setup a replication site?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How do you calculate the age of earth?
What are the applications of fm transceiver.
How do you use n in python?
What is depreciation? Explain the various types? : fi- asset accounting
A Client wants to connect his SAP ECC system to his SAP CRM system. What do you want to do to enable the integration. a)Install the plug-in on the CRM system and connect to the R/3 adapter in the ECC system b)Install the XIF adapter on the CRM system and connect to the R/3 adapter in the ECC system c) Install the XIF adapter in the ECC system and connect to the R/3 adapter in the CRM system D)Install the plug-in on the ECC system and connect to the R/3 adapter in the CRM system
For the 1st 10 sales order I want to give discount, so what customization we have to do with?
How is a process of pl/sql compiled?
What are the different types of drivers under jdbc?
Explain the menu system in drupal? Purpose of menus?
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?