What are bitwise shift operators in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the 32 keywords in c?

0 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Is there a built-in function in C that can be used for sorting data?

0 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


Explain what is a stream?

0 Answers  






what is mallloc()?how it works?

4 Answers   Excel,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


how to use showbits function?

2 Answers   Infosys, TATA,


Write a program to print factorial of given number using recursion?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


What is calloc() function?

0 Answers  


Categories