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

Please list all the unary and binary operators in C.

Answer Posted / kuldeep singh

unary operatos are increment(++),decrement(--),minus(-)
,ampersand(&)negation(!),sizeof(),pointer referance
(*),one's complement(~).......
and binary operatos are +,*,%,/,<,>,=,AND(&&),OR
(||),assigment operator(==),inequility(>=,<=)

Is This Answer Correct ?    32 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3568


What are the application of c?

1165


How does sizeof know array size?

1174


what will be maximum number of comparisons when number of elements are given?

1952


What is character set?

1219


How can I manipulate individual bits?

1102


Write a program which returns the first non repetitive character in the string?

1174


When should you not use a type cast?

1184


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1294


What is a structural principle?

1246


What is wild pointer in c?

1128


Where static variables are stored in memory in c?

1055


show how link list can be used to repersent the following polynomial i) 5x+2

2401


How do you search data in a data file using random access method?

1362


What is stack in c?

1122