#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
12 42357Post New Wipro STL Interview Questions
what does a file status of 02 on a vsam signifies?
What is a zero to many relationship?
What are the implicit, internal objects and methods on the jsp page?
How to find the maximum value in a column in the db2 database?
Define bubbled event?
Which language is used in unix?
What is executive plan?
What bill collectors can’t do while calling customers for debt collection?
What is the non-clustered index in sql?
What are dispatcher objects?
What is a ‘bom’?
What is class variable in python?
if we have credit 50 % rg23c part ii first and not credit next balance 50 % .when we have do?
What is session clear in hibernate?
How to retrieve field values using mssql_result()?