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 27137

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

2 12017

Post New Persistent C Code Interview Questions




Un-Answered Questions

Explain dictionary in swift.

544


What is an anonymous class in java?

650


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

786


What is front end and back end?

92


What are moment of inertia and its importance in civil engineering?

803






Is epiphyte succession influenced more by autogenic (i.e. competition, facilitation) or allogenic factors?

1524


What is Collation Sensitivity ? What are the various type ?

602


What influences will the internet of things (IoT) have on monetary growth?

3


What are the three main tasks performed on a QlikView document?

5


What is method in java with example?

585


Explain custom jumpstart procedure?

2581


What is expression tag in jsp?

572


Explain the use of the $.fn.bind and $.fn.trigger.

572


List two effects of manganese in plain carbon steels?

656


Mention the three levels for applying interceptor methods.

630