Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
3 8378main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 33464#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 47628fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
17 21770#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
6 10943Post New NDS C Interview Questions
can flash .swf movies be very time consuming to edit? : Adobe flash
i want to know that how much input credit we can take of service tax if our input service tax is greater than of out service tax what we should do?,,,,,,,,,,plz reply as soon as possible
How to Switch between different data sources?
What is the software used in civil engineering?
Is mongodb a distributed database?
Define Custom settings in salesforce?
What does $@ mean in shell?
What does ctrl v mean?
What is the self-antigen for grave’s disease?
if you given one product then which tests you will perform?
What is the most difficult situation that you have ever faced in life?
What is the query syntax?
How many steps etl contains explain with example?
What kinds of pipes are used for steam lines?
Which throughput is maximum tcp or udp?