Is reference used in C?



Is reference used in C?..

Answer / bavi

No.Oly cal by value method of passing is used in C.
Also, calling by reference can be achieved thru' Pointers.

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More C Interview Questions

Why is c fast?

0 Answers  


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


i want to know aptitude questions,technical questions

2 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  






What is the difference between ‘g’ and “g” in C?

1 Answers  


Explain c preprocessor?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


Explain union. What are its advantages?

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


What is the use of linkage in c language?

0 Answers  


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


Categories