Explain what does the function toupper() do?
No Answer is Posted For this Question
Be the First to Post Answer
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is the use of #include in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the purpose of 'register' keyword?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Do you know what is a programing language ?
Subtract Two Number Without Using Subtraction Operator
What is advantage of pointer in c?
How to write a C program to determine the smallest among three nos using conditional operator?
Toggle nth bit in a given integer - num
What is sizeof int in c?