What is formal argument?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is pointer ?

10 Answers   Kernex Micro Systems,


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


Differentiate between a structure and a union.

0 Answers   Zensar,


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,






64/square(4)

1 Answers  


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


When c language was developed?

0 Answers  


If 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 Answers   Microsoft, Motorola,


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


Categories