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 having highest precedence?
a.)+ b.)++ c.)= d.)%

Answer Posted / siva

++

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantages and disadvantages of macros.

1140


can we change the default calling convention in c if yes than how.........?

2592


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1149


What is the purpose of & in scanf?

1120


How can I use a preprocessorif expression to ?

1109


Do pointers store the address of value or the actual value of a variable?

1122


How can I do serial ("comm") port I/O?

1215


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6389


What does %c mean in c?

1137


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1181


What is sorting in c plus plus?

1024


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

2147


What are void pointers in c?

1058


What is echo in c programming?

1088


What is the purpose of the preprocessor directive error?

1314