How arrays can be passed to a user defined function


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

Post New Answer

More C Interview Questions

What is adt in c programming?

0 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,






What does the file stdio.h contain?

0 Answers  


What is pivot in c?

0 Answers  


if p is a string contained in a string?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


What is the correct code to have following output in c using nested for loop?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


Categories