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 |
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
How can I convert a number to a string?
write a program that print itself even if the source file is deleted?
What is the difference between %d and %*d in C
which one low Priority in c? a)=,b)++,c)==,d)+
Define Spanning-Tree Protocol (STP)
What is c definition?
Distinguish between actual and formal arguments.
How can my program discover the complete pathname to the executable from which it was invoked?
what is stack , heap ,code segment,and data segment
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
create an SINGLE LINKED LISTS and reverse the data in the lists completely