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 |
Why is struct padding needed?
What is advantage of pointer in c?
what is self refrential structure
Which is better pointer or array?
In which layer of the network datastructure format change is done
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is hashing in c language?
why TCS selected more student in the software field from all institution.
what is the difference between structure and union?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
Why n++ execute faster than n+1 ?
How is a structure member accessed?