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 7245

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

22 29076

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

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

17 18651

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

how to TOGGLE Nth bit of variable in a MACRO

1 8494

Post New NDS C Interview Questions




Un-Answered Questions

What is inheritance in typescript?

1


What is the current version of mysql?

568


WHY NUTRAL GROUND SYSTEM USED IN 33KV SYSTEM

1882


Explain what are the main areas in aviation?

761


sir, please suggest me. If in case work contract, wct not deduct by principal contractor then what is the consequence ? I mean please clear me if the principal contractor not deduct wct then is the contractor (sub) liable to pay wct ?

1305






Write a SQL queries on Self Join and Inner Join.

680


what is the difference between unarmoured & Flexible cable? How to identified?

5627


What is connection object in vb net?

681


How to Detect if the system time has been changed ?

1380


How do you fit to page in powerpoint?

135


How many types of sql are there?

629


What is the Full form of SWIFT and what are the features and benefits?

871


Types of LockEdits in DAO? 51 .Types of Recordsets.

1444


What is the lifespan of a variable inside a shell script?

1225


Send me some real time tickets in sap sd with there solutions by link

13920