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

a=5
a=a++/++a

Answer Posted / ravi

a=5/7
a=0;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I came across some code that puts a (void) cast before each call to printf. Why?

1226


why we wont use '&' sing in aceesing the string using scanf

2377


Not all reserved words are written in lowercase. TRUE or FALSE?

1239


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2512


What is build process in c?

1164


Which is best linux os?

1033


How does free() know explain how much memory to release?

1066


What are valid signatures for the Main function?

1246


Who developed c language?

1106


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1948


What is scope and lifetime of a variable in c?

1080


What is pointer in c?

1206


regarding pointers concept

2052


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4702


What is memcpy() function?

1128