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

Persistent C Code Interview Questions
Questions Answers Views Company eMail

main( ) { static int a[ ] = {0,1,2,3,4}; int *p[ ] = {a,a+1,a+2,a+3,a+4}; int **ptr = p; ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *ptr++; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); *++ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); ++*ptr; printf(“\n %d %d %d”, ptr-p, *ptr-a, **ptr); }

2 26414

C statement to copy a string without using loop and library function..

2 11768

Post New Persistent C Code Interview Questions




Un-Answered Questions

What are the benefits of organizational structure?

568


What don't you like about working at Clarks Shoes and what would you change?

714


What is the use of center punch?

733


Respective sir I'm bcom 1st sem student. I have very interest in banking sector. I finished my pu with 88% how I can prepare for banking exam (especially po)yet I have no any practice but I hope if I get good guidance I can pass my banking exam so kindly inform me how I can prepare for po exams. My email address is- 98anjuma@gmail.com. I'm really counting second when I will get ans by u. Thank you sir

1395


Can we override private method?

552






Difference between environmental & session variable?

118


Explain the t code for payroll result.

543


Define what is the main factor for controlling the thermal generation and recombination?

763


please any one send the fenner model question........

1477


How we can see all indexes defined for a table in mysql?

483


What do you know about US culture?

1705


How to change style on an element?

540


How to enhance the growth rate of E.coli in M9 media?

2018


Can I use x86 on 64bit?

541


What is the difference between “Web.config” and “Machine.Config”?

695