Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

NDS C Interview Questions
Questions Answers Views Company eMail

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 6894

main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 27598

#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 42847

fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 17599

#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 8909

how to TOGGLE Nth bit of variable in a MACRO

1 8242

Post New NDS C Interview Questions




Un-Answered Questions

What is canvas in html5? How to write a canvas?

464


What is bazel and closure compiler in angular6?

462


What is the purpose of sapscript?

616


How often should I run chkdsk?

524


What is the difference between diffraction and interference?

481






Can we customize SVCUTIl.exe class of MSCRM or Can we create our custom Early binding class for few entities?

523


we have earthmat at 110KV substation.we would like to take earth resistance.b some says that by connecting earth megger terminals (C1,P1) at middile point of earthmat (at riser) will cause voltage gradient at other earthmat nods and dont get exat earth resistance.when connecting at end nods will get exat value . is it correct .please explain

1716


What is Model-View-View Model?

605


Tell me what are the last machine learning papers you've read?

44


How do you download a website?

92


What is habutae?

3


What is an astable multivibrator?

677


How do I create a bootable usb drive for linux?

450


i want exam information bhel, nal, hal, bel you have any idea or any question papers or placement papers please send soon

2232


What is the difference between cmos and bipolar technologies?

570