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 8539

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

22 34297

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

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

17 22386

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

how to TOGGLE Nth bit of variable in a MACRO

1 9133

Post New NDS C Interview Questions




Un-Answered Questions

Define the execution model related to event pipeline?

5


How does inheritance work in c#?

1179


How to start a keratinocyte culture?

2012


Why does my outlook email say disconnected?

3


Garnet is the ore of which element?

1100


what kind of technical test that i need to learn because i have an interview tomorrow.. please someone help me..

2067


What are annotations in spring boot? : Spring Boot

460


What diffrence between flush distillation & batch distillation ?

2530


What is a vaccine?

605


Name a accredited or govt approved university which have 100% online engineering course

1822


What are some disadvantages of voip?

1032


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

1103


In which scenario Hive is good fit?

1021


previous question papers for group 2

1937


What is the difference between method overriding and overloading?

1290