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?

Answer Posted / googly

unary +

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of getch?

1355


What is an arrays?

1139


What is static and auto variables in c?

1141


What standard functions are available to manipulate strings?

1207


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2663


What is an lvalue?

1107


Which is more efficient, a switch statement or an if else chain?

1080


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

2043


What is the best organizational structure?

1170


Is stack a keyword in c?

1148


List the variables are used for writing doubly linked list program.

2083


Explain about C function prototype?

1141


Can you subtract pointers from each other? Why would you?

1005


What is static function in c?

1166


How can you determine the maximum value that a numeric variable can hold?

1298