What is actual argument?


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

Post New Answer

More C Interview Questions

how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


how i m write c program 1.check prime number 2.prime number series

1 Answers  


Which is better oop or procedural?

0 Answers  


what is self refrential structure

3 Answers   HCL,






being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


Here is a neat trick for checking whether two strings are equal

0 Answers  


Is boolean a datatype in c?

0 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


What is Conio.h ?

2 Answers   TCS,


Categories