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

CDAC C Interview Questions
Questions Answers Views Company eMail

How to use c/c++ code in JAVA

10 19677

hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

2136

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

what is the difference between. system call and library function?

2 19414

void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 29549

/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 3470

Post New CDAC C Interview Questions




Un-Answered Questions

What is @profile annotation in spring?

257


Is drupal the best cms?

120


Is file format in data services type of a data store?

19


What are the Differences between map and hashmap?

667


What is short-end fiscal year?

795






what are the ways in which a constructors can be called?

1768


How many ways we can retrieve the date in result set of mysql using php?

681


What is Garbage Collection in Java

785


What is jsf framework?

84


What is 'throws advice' in spring?

222


what is the content of the configuration manager repository?

612


What are the befefits of nosql over relational database?

59


What are cookies?

871


which metal is use in shunt

5736


describe the functioning off all the 40 pins of 8085 processor?

1557