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 6861

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

22 27519

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

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

17 17503

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

how to TOGGLE Nth bit of variable in a MACRO

1 8226

Post New NDS C Interview Questions




Un-Answered Questions

Enlist the advantages of normalizing database.

595


How do concrete pumps work?

613


Why use mysql procedures?

484


Your i-sever crashed. What will you do?

631


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

1479






From health and safety point what are things to be taken care while warehouse transportation?

460


Tell me when laravel was launched?

416


Which Module Is Used For File Based Operations?

237


How to get the single file as the output from MapReduce Job?

363


How do you start a new line in java?

506


Hi Samrat, Thank u very much, what u said it is right.

1333


Explain the scope of resolution operator.

619


Is there water in moon rock?

92


Explain the steps in creating number sequence?

5


What is recurring invoices?

94