How would you rename a function in C?
No Answer is Posted For this Question
Be the First to Post Answer
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
implement NAND gate logic in C code without using any bitwise operatior.
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What are the advantages and disadvantages of pointers?
write a program of palindrome(madam=madam) using pointer?
Name the language in which the compiler of "c" in written?
What is getch?
what is foreign key in c language?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
When would you use a pointer to a function?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is data type long in c?