Answer Posted / sagar
bitwise shift operators are >>,<<
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a newline escape sequence?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
difference between object file and executable file
Array is an lvalue or not?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Can we initialize extern variable in c?
What are the functions to open and close file in c language?
Write a simple code fragment that will check if a number is positive or negative.
What are the applications of c language?
What is the use of function overloading in C?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain the red-black trees?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Write a progarm to find the length of string using switch case?
What is the use of printf() and scanf() functions?