Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 8270

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

22 32838

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

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

17 21372

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

how to TOGGLE Nth bit of variable in a MACRO

1 8992

Post New NDS C Interview Questions




Un-Answered Questions

Is angular js in demand?

710


What is extracellular digestion?

833


What is the proper name for edta and what is it?

839


Explain what is ods (operation data source)?

929


What is the difference between a mechanical engineer & a Marine engneer?

5842


What is Curd testing?

2270


What is table array in vlookup?

557


What is ngmodel in angular?

794


What is form feed in python?

743


Is main a keyword in java?

918


How do I fix error code 0xc0000142 in windows 10?

718


How can you avoid callbacks?

429


What is orm mapping in hibernate?

314


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

924


What are the key features of HDFS?

36