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 |
Write a program to print numbers from 1 to 100 without using loop in c?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is the difference between struct and typedef struct in c?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Difference between for loop and while loop?
What are variables c?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What do you mean by a local block?
Why main function is special give two reasons?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
what is diff between localstatic and globalstatis variable possible 2 use in another file...?