#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 32151I am searching for gate paper and solution of 2003 and 2008 if u have any material related to it plz give me link so i can download it?my email add is hrishi_mehta2001@yahoo.com
1 7807can any one tell me that how shoul i prepere for entrance exams of psu i mean from which book i have to gone through?
3 7091how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 20234what happens if number of poles in stator and rotor windins of slip ring induction motor are not same. Will it rotate near to the synchronus speed defined by stator?
1 3180If the rotor pf of a 3 phase induction motor is .866, then what is the phase displacement between stator and rotor magnetic field 1)30,2)120,3)150,4)90 please justify....
2 3118Post New GATE Interview Questions
What is streamreader/streamwriter class?
Can you give me a brief history of your programming days? Where did it all start?
What do you mean by Blood Tracing?
Why are you changing so frequently?
Explain the difference between topic and queue?
Is ios bigger than android?
how to control the amount of free space in your index pages? : Sql server database administration
What is jpa in spring boot? : Spring Boot
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What is a serp (search engine result page)?
Is spark part of hadoop?
What is a p tag?
How to walk through a list in a sorted order without sorting the actual list?
How do I revert to an older version of woocommerce?
How to handle comma within a field while uploading using data loader?