Do you know 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

Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


What is ctrl c called?

0 Answers  


What is the argument of a function in c?

0 Answers  


What is build process in c?

0 Answers  






1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


Why c is called a middle level language?

0 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


What is the difference between scanf and fscanf?

0 Answers  


What is a struct c#?

0 Answers  


How can I set an array's size at run time?

9 Answers  


What is bss in c?

0 Answers  


Categories