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 26352

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

2 11749

Post New Persistent C Code Interview Questions




Un-Answered Questions

How does partition assignment relate to transactions in sybase?

464


What do the various queue names mean?

548


What are the types of basic functions in python?

428


Explain about drill down report?

8762


for inorganic molecules require to do RS, Assay and disso?

242






Explain Reliability and Failure Handling in Apache Flume?

80


Does microsoft use angular?

412


How can I compare two folders?

487


How do I duplicate a text box in word?

322


What is cookie less session?

565


Triggers,VIEW,Procedures

785


What is the use of Breadcrumb Module in Joomla?

74


what happend to DC shunt motor if its field winding insulation becomes slightly weak? will that motor can run on full load or not explain in detail. thanks

1155


What are the functions of a teradata dba?

588


What is ValueStack and OGNL?

562