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

FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


Why is c called c not d or e?

0 Answers  


different between overloading and overriding

3 Answers  


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

0 Answers  






write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


Did c have any year 2000 problems?

0 Answers  


What is a program flowchart?

0 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


Categories