What is pass by reference in c?


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

Post New Answer

More C Interview Questions

How do you write a program which produces its own source code as its output?

2 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


Are negative numbers true in c?

0 Answers  


Is c++ based on c?

0 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,






difference between function & structure

9 Answers   Verizon,


what defference between c and c++ ?

6 Answers  


What is the condition that is applied with ?: Operator?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What is struct node in c?

0 Answers  


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

0 Answers  


Categories