What are actual arguments?


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

Post New Answer

More C Interview Questions

what is pointer?

13 Answers   HCL, TCS,


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


how to use virual function in real time example

1 Answers   CTS, Wipro,


What is logical error?

0 Answers  






implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


What is conio h in c?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


can we define a function in structure?

2 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


Categories