Answer Posted / sagar
bitwise shift operators are >>,<<
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain main function in c?
Write a program of advanced Fibonacci series.
Is boolean a datatype in c?
What is the auto keyword good for?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Calculate 1*2*3*____*n using recursive function??
What are global variables?
Explain low-order bytes.
What are the types of data structures in c?
Explain what’s a signal? Explain what do I use signals for?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What are # preprocessor operator in c?
Write a program to check armstrong number in c?
Explain #pragma statements.
Write a code to generate a series where the next element is the sum of last k terms.