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...


What is the restrict keyword in C?

Answers were Sorted based on User's Feedback



What is the restrict keyword in C?..

Answer / nashiinformaticssolutions

restrict is used with pointers to indicate that the object pointed to is accessed only through that pointer, enabling optimizations.

Is This Answer Correct ?    0 Yes 0 No

What is the restrict keyword in C?..

Answer / glibwaresoftsolutions

restrict is used with pointers to indicate that the object pointed to is accessed only through that pointer, enabling optimizations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


Is c is a low level language?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


what is the difference between NULL & NUL keywords in C?

3 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


pascal triangle program

2 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


what is a pointer

4 Answers   Bank Of America, TCS,


How to calculate sum

2 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


Categories