Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain bitwise shift operators?


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

Post New Answer

More C Interview Questions

What is C language ?

0 Answers   Jekson,


typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?

1 Answers  


What are shell structures used for?

0 Answers  


how do you execute a c program in unix.

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


What is sparse file?

1 Answers  


Is c call by value?

0 Answers  


What is use of pointer?

0 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


Categories