What is the use of bitwise operator?


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

Post New Answer

More C Interview Questions

Can main () be called recursively?

0 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,






to get a line of text and count the number of vowels in it

2 Answers  


Why we use conio h in c?

0 Answers  


What is the use of getchar functions?

0 Answers  


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


Is a house a shell structure?

0 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


What does node * mean?

0 Answers  


Categories