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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

GATE C Interview Questions
Questions Answers Views Company eMail

#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 48269

main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 8400

Post New GATE C Interview Questions




Un-Answered Questions

Describe paging in asp.net?

1202


Is it possible to specify the type of data load and replication in sap hana? : hana sql script

116


What software do hackers use?

866


Where work objects will be stored?

565


What are the inbulit angular directives?

853


which type of signal used in instrument?

9973


What is the explanation for protection fault?

1111


Tell about the various accounts in the bank?

1104


How does xaml relate to xml-based web service transport protocols (xp, soap, ebxml transport)? : xaml

1019


Explain the special input delimiters used in sas programming.

1046


Do people still use mvc?

1


What is market basket analysis? How would you do it in r and python?

362


What is the shortcut to duplicate a voucher and to add a voucher in Tally ERP 9?

1236


Can a constructor be private in c#?

982


What is il and c#?

1192