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


4. main()
{
int c=- -2;
printf("c=%d",c);
}



4. main() { int c=- -2; printf("c=%d",c); }..

Answer / dhanshri chabukswar

c=2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


Is there any possibility to create customized header file with c programming language?

0 Answers  


Can a pointer be static?

0 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


what is Array?

3 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


Explain the difference between malloc() and calloc() in c?

0 Answers  


What is header file in c?

0 Answers  


What are the two types of structure?

0 Answers  


Which is an example of a structural homology?

0 Answers  


Categories