Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 28963

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

2 13066

Post New Persistent C Code Interview Questions




Un-Answered Questions

Explain the request life cycle of laravel?

706


what is variable substitution?where we will find it?

1738


How to Calibrate Ultrasonic flow Transmitter in Field

1313


What is setattribute in servlet?

1216


What is 1f in c?

2721


What is the difference between array and pointer?

1078


Explain first() operation in Apache Spark?

313


How Session use Cookies in State Management?

1116


How to use script on Domain ?

2582


what is per unit calculation?looking for simple and strong explanation thk u

2612


What are the uses of c++ in the real world?

1091


How many rows can a mysql table hold?

1078


What does it mean to declare a member function as virtual in C++?

1024


What are the laws required by civilization?

1


What do you understand by casting in java language?

1075