What is formal argument?


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

Post New Answer

More C Interview Questions

How many data structures are there in c?

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


why we use pointer in c

7 Answers   HCL, TCS,


How would you find a cycle in a linked list?

3 Answers   NSN,


Is printf a keyword?

0 Answers  






main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


How can I sort a linked list?

0 Answers  


Categories