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 8433main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 33736#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 47800fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
17 21954#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 11029Post New NDS C Interview Questions
What is passing value java?
Explain the PeopleSoft architecture at a high level.what are the communication software applications, protocols?
How to switch off predictive text?
Does chkdsk fix corrupt files?
Explain about transformations and actions in the context of RDDs.
What is ASM (Automatic Storage Management) in Oracle?
What is delegate in objective c?
what are the new agricultural techniques which can improve the production on agriculture?
How to drop down a menu Programmatically ?
How do anesthesiologists collaborate with surgical teams and other medical specialists to ensure patient safety and optimal outcomes?
How to run node js web application?
What do you mean by blocking transformation?
What is a cursor, index in sql?
Does safari support activex?
can i connect wavetrap in 2 different phase in EHV line?