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

how many times of error occur in C

11 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


code for copying two strings with out strcpy() function.

6 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  






write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What is c language used for?

0 Answers  


What does do in c?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


What do you mean by command line argument?

0 Answers   TCS,


Categories