what is a function method?give example?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return type of printf
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
How can a program be made to print the line number where an error occurs?
What are enumerated types?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
WHAT IS HIGH LEVEL LANGUAGE?
What is difference between structure and union?
What is operator promotion?
write a method for an array in which it can display the largest n next largest value.
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Which is better malloc or calloc?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm