hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
2404#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 47385void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30888/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3957Post New CDAC Interview Questions
Write the command to get all keys from the dictionary.
On what conditions exchange 2013 can coexists with previous version of exchange servers?
Name an api used for reading and writing data to excel files?
Can we create user defined functions in qtp?
Explain TCP connection establishment and tear down?
How will you overcome overfitting in predictive models?
Can we define a constructor as virtual in c++?
How do you administer country codes?
We are designer please help me calculate the size of 11kv cables from step up transformer to M.V panel, total load is 5 mega watt distance 900 feet (used aluminum type cables) please provided formula for calculate the cable with example.
Expand crm and briefly explain about crm ? : salesforce crm
When is lag lead compensator is required?
What is an endpoint in WCF service?
What do you mean by query optimization?
How do I open iis control panel?
How many threads can a cpu run?