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...


which operator is known as dummy operator in c?

Answers were Sorted based on User's Feedback



which operator is known as dummy operator in c?..

Answer / googly

unary +

Is This Answer Correct ?    39 Yes 2 No

which operator is known as dummy operator in c?..

Answer / vineeth reddy

unary + is the only dummy operator in c

Is This Answer Correct ?    22 Yes 2 No

Post New Answer

More C Interview Questions

Tell us bitwise shift operators?

0 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


What are extern variables in c?

0 Answers  


Tell us something about keyword 'auto'.

0 Answers  


What are local variables c?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


What is the use of getchar() function?

0 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E &#133;&#133;.. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,&#133;&#133;&#133;&#133;.].

2 Answers   Infosys, TCS,


Why c is known as a mother language?

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 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,


Categories