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 26406

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 is java servlet session?

524


How long does it take to build a wordpress theme?

102


What is a constructor in python?

471


what happens if you no create privilege in a database? : Sql dba

529


Do you need a license to use outlook?

1






How do I use the if function in excel?

317


you want to set field status of wbs as mandatory. How would you do it?

586


What is the meaning of ‘escaping to php’?

618


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

706


How does hibernate work?

425


The number of columns in a state table for a sequential circuit with m flip-flops and n inputs is

801


What do you understand by bootstrap?

5


Define the word Profit in terms of business

1691


Methods of consuming web services in AJAX?

547


What is Bounce Rate?

455