What do you understand by friend-functions? How are they used?
What is time null in c?
What is an example of enumeration?
What is #pragma statements?
What is the best style for code layout in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are void pointers in c?
simple program for virtual function?
What is the argument of a function in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Name the language in which the compiler of "c" in written?
What does static variable mean in c?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%